#429564

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

Shades of Eucalyptus #429564

Tints of Eucalyptus #429564

Color information

#429564 (or 0x429564) is unknown color: approx Eucalyptus. HEX triplet: 42, 95 and 64. RGB value is (66,149,100). Sum of RGB (Red+Green+Blue) = 66+149+100=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #429564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429564 is #BD6A9B. Grayscale: #767676. Windows color (decimal): -12413596 or 6591810. OLE color: 6591810.

HSL color Cylindrical-coordinate representation of color #429564: hue angle of 144.58º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429564 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB66149100-
CMYK0.5600.330.42
HSL144.58º38.6%42.16%-
HSV(B)144.58º55.7%58.43%-
XYZ15.2923.5715.8-
YUV118.6117.590.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=20.95%
G=47.30%
B=31.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491000.5600.330.42144.5838.642.16
Hex429564380212A91272a
Octal10222514470041522214752
Binary1000010100101011100100111000010000110101010010001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429564; }

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

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

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

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

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

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

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

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