Shades of Eucalyptus #32965E
Tints of Eucalyptus #32965E
RGB
CMYK
RGB Variations
Color information
#32965E (or 0x32965E) is known color: Eucalyptus. HEX triplet: 32, 96 and 5E. RGB value is (50,150,94). Sum of RGB (Red+Green+Blue) = 50+150+94=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #32965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32965E is #CD69A1. Grayscale: #717171. Windows color (decimal): -13461922 or 6198834. OLE color: 6198834.
HSL color Cylindrical-coordinate representation of color #32965E: hue angle of 146.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32965E is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 94 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.41 |
| HSL | 146.4º | 0.5% | 0.39% | - |
| HSV(B) | 146.4º | 0.67% | 0.59% | - |
| XYZ | 14.24 | 23.3 | 14.34 | - |
| YUV | 113.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 94 | 0.67 | 0 | 0.37 | 0.41 | 146.4 | 0.5 | 0.39 |
| Hex | 32 | 96 | 5E | 43 | 0 | 25 | 29 | 92 | 32 | 27 |
| Octal | 62 | 226 | 136 | 103 | 0 | 45 | 51 | 222 | 62 | 47 |
| Binary | 110010 | 10010110 | 1011110 | 1000011 | 0 | 100101 | 101001 | 10010010 | 110010 | 100111 |
Color Harmonies of #32965E
Complementary color
Monochromatic Colors of #32965E
Black with #32965E
Text Example
Text Example
White with #32965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32965E; }
p { color: rgb(50,150,94); }
H1.HeaderClassName
{
color: #32965E;
}
.AnyTagClassName
{
color: #32965E;
}
</style>
background-color css
<style>
a { background-color: #32965E; }
a { background-color: rgb(50,150,94); }
div.DivClassName
{
background-color: #32965E;
}
.BgClassName
{
background-color: #32965E;
}
</style>
border-color css
<style>
span { border-color: #32965E; }
span { border-color: rgb(50,150,94); }
td.TdClassName
{
border-color: #32965E;
}
.TagClassName
{
border-color: #32965E;
}
</style>