Shades of Eucalyptus #32965B
Tints of Eucalyptus #32965B
RGB
CMYK
RGB Variations
Color information
#32965B (or 0x32965B) is known color: Eucalyptus. HEX triplet: 32, 96 and 5B. RGB value is (50,150,91). Sum of RGB (Red+Green+Blue) = 50+150+91=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #32965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32965B is #CD69A4. Grayscale: #717171. Windows color (decimal): -13461925 or 6002226. OLE color: 6002226.
HSL color Cylindrical-coordinate representation of color #32965B: hue angle of 144.6º 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 #32965B is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 91 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.41 |
| HSL | 144.6º | 0.5% | 0.39% | - |
| HSV(B) | 144.6º | 0.67% | 0.59% | - |
| XYZ | 14.11 | 23.25 | 13.64 | - |
| YUV | 113.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 91 | 0.67 | 0 | 0.39 | 0.41 | 144.6 | 0.5 | 0.39 |
| Hex | 32 | 96 | 5B | 43 | 0 | 27 | 29 | 91 | 32 | 27 |
| Octal | 62 | 226 | 133 | 103 | 0 | 47 | 51 | 221 | 62 | 47 |
| Binary | 110010 | 10010110 | 1011011 | 1000011 | 0 | 100111 | 101001 | 10010001 | 110010 | 100111 |
Color Harmonies of #32965B
Complementary color
Monochromatic Colors of #32965B
Black with #32965B
Text Example
Text Example
White with #32965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32965B; }
p { color: rgb(50,150,91); }
H1.HeaderClassName
{
color: #32965B;
}
.AnyTagClassName
{
color: #32965B;
}
</style>
background-color css
<style>
a { background-color: #32965B; }
a { background-color: rgb(50,150,91); }
div.DivClassName
{
background-color: #32965B;
}
.BgClassName
{
background-color: #32965B;
}
</style>
border-color css
<style>
span { border-color: #32965B; }
span { border-color: rgb(50,150,91); }
td.TdClassName
{
border-color: #32965B;
}
.TagClassName
{
border-color: #32965B;
}
</style>