Shades of Eucalyptus #32985B
Tints of Eucalyptus #32985B
RGB
CMYK
RGB Variations
Color information
#32985B (or 0x32985B) is known color: Eucalyptus. HEX triplet: 32, 98 and 5B. RGB value is (50,152,91). Sum of RGB (Red+Green+Blue) = 50+152+91=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #32985B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32985B is #CD67A4. Grayscale: #727272. Windows color (decimal): -13461413 or 6002738. OLE color: 6002738.
HSL color Cylindrical-coordinate representation of color #32985B: hue angle of 144.12º 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 #32985B is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 91 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.40 |
| HSL | 144.12º | 0.5% | 0.4% | - |
| HSV(B) | 144.12º | 0.67% | 0.6% | - |
| XYZ | 14.43 | 23.89 | 13.75 | - |
| YUV | 114.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 91 | 0.67 | 0 | 0.40 | 0.40 | 144.12 | 0.5 | 0.4 |
| Hex | 32 | 98 | 5B | 43 | 0 | 28 | 28 | 90 | 32 | 28 |
| Octal | 62 | 230 | 133 | 103 | 0 | 50 | 50 | 220 | 62 | 50 |
| Binary | 110010 | 10011000 | 1011011 | 1000011 | 0 | 101000 | 101000 | 10010000 | 110010 | 101000 |
Color Harmonies of #32985B
Complementary color
Monochromatic Colors of #32985B
Black with #32985B
Text Example
Text Example
White with #32985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32985B; }
p { color: rgb(50,152,91); }
H1.HeaderClassName
{
color: #32985B;
}
.AnyTagClassName
{
color: #32985B;
}
</style>
background-color css
<style>
a { background-color: #32985B; }
a { background-color: rgb(50,152,91); }
div.DivClassName
{
background-color: #32985B;
}
.BgClassName
{
background-color: #32985B;
}
</style>
border-color css
<style>
span { border-color: #32985B; }
span { border-color: rgb(50,152,91); }
td.TdClassName
{
border-color: #32985B;
}
.TagClassName
{
border-color: #32985B;
}
</style>