Shades of Eucalyptus #32965A
Tints of Eucalyptus #32965A
RGB
CMYK
RGB Variations
Color information
#32965A (or 0x32965A) is known color: Eucalyptus. HEX triplet: 32, 96 and 5A. RGB value is (50,150,90). Sum of RGB (Red+Green+Blue) = 50+150+90=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #32965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32965A is #CD69A5. Grayscale: #717171. Windows color (decimal): -13461926 or 5936690. OLE color: 5936690.
HSL color Cylindrical-coordinate representation of color #32965A: hue angle of 144º 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 #32965A is Cyan = 0.67, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 90 | - |
| CMYK | 0.67 | 0 | 0.4 | 0.41 |
| HSL | 144º | 0.5% | 0.39% | - |
| HSV(B) | 144º | 0.67% | 0.59% | - |
| XYZ | 14.07 | 23.23 | 13.42 | - |
| YUV | 113.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 90 | 0.67 | 0 | 0.4 | 0.41 | 144 | 0.5 | 0.39 |
| Hex | 32 | 96 | 5A | 43 | 0 | 28 | 29 | 90 | 32 | 27 |
| Octal | 62 | 226 | 132 | 103 | 0 | 50 | 51 | 220 | 62 | 47 |
| Binary | 110010 | 10010110 | 1011010 | 1000011 | 0 | 101000 | 101001 | 10010000 | 110010 | 100111 |
Color Harmonies of #32965A
Complementary color
Monochromatic Colors of #32965A
Black with #32965A
Text Example
Text Example
White with #32965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32965A; }
p { color: rgb(50,150,90); }
H1.HeaderClassName
{
color: #32965A;
}
.AnyTagClassName
{
color: #32965A;
}
</style>
background-color css
<style>
a { background-color: #32965A; }
a { background-color: rgb(50,150,90); }
div.DivClassName
{
background-color: #32965A;
}
.BgClassName
{
background-color: #32965A;
}
</style>
border-color css
<style>
span { border-color: #32965A; }
span { border-color: rgb(50,150,90); }
td.TdClassName
{
border-color: #32965A;
}
.TagClassName
{
border-color: #32965A;
}
</style>