Shades of Eucalyptus #32985C
Tints of Eucalyptus #32985C
RGB
CMYK
RGB Variations
Color information
#32985C (or 0x32985C) is known color: Eucalyptus. HEX triplet: 32, 98 and 5C. RGB value is (50,152,92). Sum of RGB (Red+Green+Blue) = 50+152+92=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #32985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32985C is #CD67A3. Grayscale: #727272. Windows color (decimal): -13461412 or 6068274. OLE color: 6068274.
HSL color Cylindrical-coordinate representation of color #32985C: hue angle of 144.71º 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 #32985C is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 92 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.40 |
| HSL | 144.71º | 0.5% | 0.4% | - |
| HSV(B) | 144.71º | 0.67% | 0.6% | - |
| XYZ | 14.48 | 23.91 | 13.98 | - |
| YUV | 114.66 | 115.21 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 92 | 0.67 | 0 | 0.39 | 0.40 | 144.71 | 0.5 | 0.4 |
| Hex | 32 | 98 | 5C | 43 | 0 | 27 | 28 | 91 | 32 | 28 |
| Octal | 62 | 230 | 134 | 103 | 0 | 47 | 50 | 221 | 62 | 50 |
| Binary | 110010 | 10011000 | 1011100 | 1000011 | 0 | 100111 | 101000 | 10010001 | 110010 | 101000 |
Color Harmonies of #32985C
Complementary color
Monochromatic Colors of #32985C
Black with #32985C
Text Example
Text Example
White with #32985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32985C; }
p { color: rgb(50,152,92); }
H1.HeaderClassName
{
color: #32985C;
}
.AnyTagClassName
{
color: #32985C;
}
</style>
background-color css
<style>
a { background-color: #32985C; }
a { background-color: rgb(50,152,92); }
div.DivClassName
{
background-color: #32985C;
}
.BgClassName
{
background-color: #32985C;
}
</style>
border-color css
<style>
span { border-color: #32985C; }
span { border-color: rgb(50,152,92); }
td.TdClassName
{
border-color: #32985C;
}
.TagClassName
{
border-color: #32985C;
}
</style>