#429966

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

Shades of Eucalyptus #429966

Tints of Eucalyptus #429966

Color information

#429966 (or 0x429966) is unknown color: approx Eucalyptus. HEX triplet: 42, 99 and 66. RGB value is (66,153,102). Sum of RGB (Red+Green+Blue) = 66+153+102=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #429966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429966 is #BD6699. Grayscale: #797979. Windows color (decimal): -12412570 or 6723906. OLE color: 6723906.

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

Color convert

RGB66153102-
CMYK0.5700.330.4
HSL144.83º39.73%42.94%-
HSV(B)144.83º56.86%60%-
XYZ16.0424.916.53-
YUV121.17117.1888.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 102 (40.23% from 255) = 31.78%
R=20.56%
G=47.66%
B=31.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531020.5700.330.4144.8339.7342.94
Hex429966390212891282b
Octal10223114671041502215053
Binary1000010100110011100110111001010000110100010010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429966; }

 p { color: rgb(66,153,102); }

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

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

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

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

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

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

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