#429764

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

Shades of Eucalyptus #429764

Tints of Eucalyptus #429764

Color information

#429764 (or 0x429764) is unknown color: approx Eucalyptus. HEX triplet: 42, 97 and 64. RGB value is (66,151,100). Sum of RGB (Red+Green+Blue) = 66+151+100=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #429764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429764 is #BD689B. Grayscale: #777777. Windows color (decimal): -12413084 or 6592322. OLE color: 6592322.

HSL color Cylindrical-coordinate representation of color #429764: hue angle of 144º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429764 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB66151100-
CMYK0.5600.340.41
HSL144º39.17%42.55%-
HSV(B)144º56.29%59.22%-
XYZ15.6124.2115.91-
YUV119.77116.8489.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=20.82%
G=47.63%
B=31.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661511000.5600.340.4114439.1742.55
Hex429764380222990272b
Octal10222714470042512204753
Binary1000010100101111100100111000010001010100110010000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429764; }

 p { color: rgb(66,151,100); }

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

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

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

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

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

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

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