Shades of Eucalyptus #42986C
Tints of Eucalyptus #42986C
RGB
CMYK
RGB Variations
Color information
#42986C (or 0x42986C) is known color: Eucalyptus. HEX triplet: 42, 98 and 6C. RGB value is (66,152,108). Sum of RGB (Red+Green+Blue) = 66+152+108=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #42986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42986C is #BD6793. Grayscale: #797979. Windows color (decimal): -12412820 or 7116866. OLE color: 7116866.
HSL color Cylindrical-coordinate representation of color #42986C: hue angle of 149.3º 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 #42986C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 108 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.40 |
| HSL | 149.3º | 0.39% | 0.43% | - |
| HSV(B) | 149.3º | 0.57% | 0.6% | - |
| XYZ | 16.18 | 24.7 | 18.1 | - |
| YUV | 121.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 108 | 0.57 | 0 | 0.29 | 0.40 | 149.3 | 0.39 | 0.43 |
| Hex | 42 | 98 | 6C | 39 | 0 | 1D | 28 | 95 | 27 | 2B |
| Octal | 102 | 230 | 154 | 71 | 0 | 35 | 50 | 225 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1101100 | 111001 | 0 | 11101 | 101000 | 10010101 | 100111 | 101011 |
Color Harmonies of #42986C
Complementary color
Monochromatic Colors of #42986C
Black with #42986C
Text Example
Text Example
White with #42986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42986C; }
p { color: rgb(66,152,108); }
H1.HeaderClassName
{
color: #42986C;
}
.AnyTagClassName
{
color: #42986C;
}
</style>
background-color css
<style>
a { background-color: #42986C; }
a { background-color: rgb(66,152,108); }
div.DivClassName
{
background-color: #42986C;
}
.BgClassName
{
background-color: #42986C;
}
</style>
border-color css
<style>
span { border-color: #42986C; }
span { border-color: rgb(66,152,108); }
td.TdClassName
{
border-color: #42986C;
}
.TagClassName
{
border-color: #42986C;
}
</style>