#429464

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

Shades of Eucalyptus #429464

Tints of Eucalyptus #429464

Color information

#429464 (or 0x429464) is unknown color: approx Eucalyptus. HEX triplet: 42, 94 and 64. RGB value is (66,148,100). Sum of RGB (Red+Green+Blue) = 66+148+100=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #429464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429464 is #BD6B9B. Grayscale: #767676. Windows color (decimal): -12413852 or 6591554. OLE color: 6591554.

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

Color convert

RGB66148100-
CMYK0.5500.320.42
HSL144.88º38.32%41.96%-
HSV(B)144.88º55.41%58.04%-
XYZ15.1423.2615.75-
YUV118.01117.8390.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=21.02%
G=47.13%
B=31.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661481000.5500.320.42144.8838.3241.96
Hex429464370202A91262a
Octal10222414467040522214652
Binary1000010100101001100100110111010000010101010010001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429464; }

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

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

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

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

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

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

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

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