Shades of Eucalyptus #429864
Tints of Eucalyptus #429864
RGB
CMYK
RGB Variations
Color information
#429864 (or 0x429864) is known color: Eucalyptus. HEX triplet: 42, 98 and 64. RGB value is (66,152,100). Sum of RGB (Red+Green+Blue) = 66+152+100=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #429864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429864 is #BD679B. Grayscale: #787878. Windows color (decimal): -12412828 or 6592578. OLE color: 6592578.
HSL color Cylindrical-coordinate representation of color #429864: hue angle of 143.72º degrees, saturation: 0.39, 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 #429864 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 100 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.40 |
| HSL | 143.72º | 0.39% | 0.43% | - |
| HSV(B) | 143.72º | 0.57% | 0.6% | - |
| XYZ | 15.78 | 24.53 | 15.96 | - |
| YUV | 120.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 100 | 0.57 | 0 | 0.34 | 0.40 | 143.72 | 0.39 | 0.43 |
| Hex | 42 | 98 | 64 | 39 | 0 | 22 | 28 | 90 | 27 | 2B |
| Octal | 102 | 230 | 144 | 71 | 0 | 42 | 50 | 220 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1100100 | 111001 | 0 | 100010 | 101000 | 10010000 | 100111 | 101011 |
Color Harmonies of #429864
Complementary color
Monochromatic Colors of #429864
Black with #429864
Text Example
Text Example
White with #429864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429864; }
p { color: rgb(66,152,100); }
H1.HeaderClassName
{
color: #429864;
}
.AnyTagClassName
{
color: #429864;
}
</style>
background-color css
<style>
a { background-color: #429864; }
a { background-color: rgb(66,152,100); }
div.DivClassName
{
background-color: #429864;
}
.BgClassName
{
background-color: #429864;
}
</style>
border-color css
<style>
span { border-color: #429864; }
span { border-color: rgb(66,152,100); }
td.TdClassName
{
border-color: #429864;
}
.TagClassName
{
border-color: #429864;
}
</style>