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