#429242

Color #429242 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #429242

Tints of Fruit Salad #429242

Color information

#429242 (or 0x429242) is unknown color: approx Fruit Salad. HEX triplet: 42, 92 and 42. RGB value is (66,146,66). Sum of RGB (Red+Green+Blue) = 66+146+66=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #429242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429242 is #BD6DBD. Grayscale: #717171. Windows color (decimal): -12414398 or 4362818. OLE color: 4362818.

HSL color Cylindrical-coordinate representation of color #429242: hue angle of 120º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429242 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB6614666-
CMYK0.5500.550.43
HSL120º37.74%41.57%-
HSV(B)120º54.79%57.25%-
XYZ13.5122.118.71-
YUV112.96101.594.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 146 (57.42% from 255) = 52.52%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=23.74%
G=52.52%
B=23.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146660.5500.550.4312037.7441.57
Hex429242370372B78262a
Octal10222210267067531704652
Binary100001010010010100001011011101101111010111111000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429242; }

 p { color: rgb(66,146,66); }

 H1.HeaderClassName
 {
   color: #429242;
 }
 .AnyTagClassName
 {
   color: #429242;
 }
</style>
background-color css

<style>
 a { background-color: #429242; }

 a { background-color: rgb(66,146,66); }

 div.DivClassName
 {
   background-color: #429242;
 }
 .BgClassName
 {
   background-color: #429242;
 }
</style>
border-color css

<style>
 span { border-color: #429242; }

 span { border-color: rgb(66,146,66); }

 td.TdClassName
 {
   border-color: #429242;
 }
 .TagClassName
 {
   border-color: #429242;
 }
</style>