Shades of Eucalyptus #32986E
Tints of Eucalyptus #32986E
RGB
CMYK
RGB Variations
Color information
#32986E (or 0x32986E) is known color: Eucalyptus. HEX triplet: 32, 98 and 6E. RGB value is (50,152,110). Sum of RGB (Red+Green+Blue) = 50+152+110=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #32986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32986E is #CD6791. Grayscale: #747474. Windows color (decimal): -13461394 or 7247922. OLE color: 7247922.
HSL color Cylindrical-coordinate representation of color #32986E: hue angle of 155.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32986E is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 110 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.40 |
| HSL | 155.29º | 0.5% | 0.4% | - |
| HSV(B) | 155.29º | 0.67% | 0.6% | - |
| XYZ | 15.36 | 24.26 | 18.63 | - |
| YUV | 116.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 110 | 0.67 | 0 | 0.28 | 0.40 | 155.29 | 0.5 | 0.4 |
| Hex | 32 | 98 | 6E | 43 | 0 | 1C | 28 | 9B | 32 | 28 |
| Octal | 62 | 230 | 156 | 103 | 0 | 34 | 50 | 233 | 62 | 50 |
| Binary | 110010 | 10011000 | 1101110 | 1000011 | 0 | 11100 | 101000 | 10011011 | 110010 | 101000 |
Color Harmonies of #32986E
Complementary color
Monochromatic Colors of #32986E
Black with #32986E
Text Example
Text Example
White with #32986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32986E; }
p { color: rgb(50,152,110); }
H1.HeaderClassName
{
color: #32986E;
}
.AnyTagClassName
{
color: #32986E;
}
</style>
background-color css
<style>
a { background-color: #32986E; }
a { background-color: rgb(50,152,110); }
div.DivClassName
{
background-color: #32986E;
}
.BgClassName
{
background-color: #32986E;
}
</style>
border-color css
<style>
span { border-color: #32986E; }
span { border-color: rgb(50,152,110); }
td.TdClassName
{
border-color: #32986E;
}
.TagClassName
{
border-color: #32986E;
}
</style>