Shades of Eucalyptus #32975F
Tints of Eucalyptus #32975F
RGB
CMYK
RGB Variations
Color information
#32975F (or 0x32975F) is known color: Eucalyptus. HEX triplet: 32, 97 and 5F. RGB value is (50,151,95). Sum of RGB (Red+Green+Blue) = 50+151+95=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #32975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32975F is #CD68A0. Grayscale: #727272. Windows color (decimal): -13461665 or 6264626. OLE color: 6264626.
HSL color Cylindrical-coordinate representation of color #32975F: hue angle of 146.73º 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 #32975F is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 95 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.41 |
| HSL | 146.73º | 0.5% | 0.39% | - |
| HSV(B) | 146.73º | 0.67% | 0.59% | - |
| XYZ | 14.45 | 23.64 | 14.63 | - |
| YUV | 114.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 95 | 0.67 | 0 | 0.37 | 0.41 | 146.73 | 0.5 | 0.39 |
| Hex | 32 | 97 | 5F | 43 | 0 | 25 | 29 | 93 | 32 | 27 |
| Octal | 62 | 227 | 137 | 103 | 0 | 45 | 51 | 223 | 62 | 47 |
| Binary | 110010 | 10010111 | 1011111 | 1000011 | 0 | 100101 | 101001 | 10010011 | 110010 | 100111 |
Color Harmonies of #32975F
Complementary color
Monochromatic Colors of #32975F
Black with #32975F
Text Example
Text Example
White with #32975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32975F; }
p { color: rgb(50,151,95); }
H1.HeaderClassName
{
color: #32975F;
}
.AnyTagClassName
{
color: #32975F;
}
</style>
background-color css
<style>
a { background-color: #32975F; }
a { background-color: rgb(50,151,95); }
div.DivClassName
{
background-color: #32975F;
}
.BgClassName
{
background-color: #32975F;
}
</style>
border-color css
<style>
span { border-color: #32975F; }
span { border-color: rgb(50,151,95); }
td.TdClassName
{
border-color: #32975F;
}
.TagClassName
{
border-color: #32975F;
}
</style>