Shades of Eucalyptus #32986F
Tints of Eucalyptus #32986F
RGB
CMYK
RGB Variations
Color information
#32986F (or 0x32986F) is known color: Eucalyptus. HEX triplet: 32, 98 and 6F. RGB value is (50,152,111). Sum of RGB (Red+Green+Blue) = 50+152+111=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #32986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32986F is #CD6790. Grayscale: #747474. Windows color (decimal): -13461393 or 7313458. OLE color: 7313458.
HSL color Cylindrical-coordinate representation of color #32986F: hue angle of 155.88º 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 #32986F is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 111 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.40 |
| HSL | 155.88º | 0.5% | 0.4% | - |
| HSV(B) | 155.88º | 0.67% | 0.6% | - |
| XYZ | 15.41 | 24.28 | 18.91 | - |
| YUV | 116.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 111 | 0.67 | 0 | 0.27 | 0.40 | 155.88 | 0.5 | 0.4 |
| Hex | 32 | 98 | 6F | 43 | 0 | 1B | 28 | 9C | 32 | 28 |
| Octal | 62 | 230 | 157 | 103 | 0 | 33 | 50 | 234 | 62 | 50 |
| Binary | 110010 | 10011000 | 1101111 | 1000011 | 0 | 11011 | 101000 | 10011100 | 110010 | 101000 |
Color Harmonies of #32986F
Complementary color
Monochromatic Colors of #32986F
Black with #32986F
Text Example
Text Example
White with #32986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32986F; }
p { color: rgb(50,152,111); }
H1.HeaderClassName
{
color: #32986F;
}
.AnyTagClassName
{
color: #32986F;
}
</style>
background-color css
<style>
a { background-color: #32986F; }
a { background-color: rgb(50,152,111); }
div.DivClassName
{
background-color: #32986F;
}
.BgClassName
{
background-color: #32986F;
}
</style>
border-color css
<style>
span { border-color: #32986F; }
span { border-color: rgb(50,152,111); }
td.TdClassName
{
border-color: #32986F;
}
.TagClassName
{
border-color: #32986F;
}
</style>