#429249

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

Shades of Fruit Salad #429249

Tints of Fruit Salad #429249

Color information

#429249 (or 0x429249) is unknown color: approx Fruit Salad. HEX triplet: 42, 92 and 49. RGB value is (66,146,73). Sum of RGB (Red+Green+Blue) = 66+146+73=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #429249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429249 is #BD6DB6. Grayscale: #717171. Windows color (decimal): -12414391 or 4821570. OLE color: 4821570.

HSL color Cylindrical-coordinate representation of color #429249: hue angle of 125.25º 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 #429249 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB6614673-
CMYK0.5500.50.43
HSL125.25º37.74%41.57%-
HSV(B)125.25º54.79%57.25%-
XYZ13.7322.29.86-
YUV113.7610593.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=23.16%
G=51.23%
B=25.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146730.5500.50.43125.2537.7441.57
Hex429249370322B7d262a
Octal10222211167062531754652
Binary100001010010010100100111011101100101010111111101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429249; }

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

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

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

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

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

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

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

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