Shades of Eucalyptus #32955F
Tints of Eucalyptus #32955F
RGB
CMYK
RGB Variations
Color information
#32955F (or 0x32955F) is known color: Eucalyptus. HEX triplet: 32, 95 and 5F. RGB value is (50,149,95). Sum of RGB (Red+Green+Blue) = 50+149+95=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #32955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955F is #CD6AA0. Grayscale: #717171. Windows color (decimal): -13462177 or 6264114. OLE color: 6264114.
HSL color Cylindrical-coordinate representation of color #32955F: hue angle of 147.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32955F is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 95 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.42 |
| HSL | 147.27º | 0.5% | 0.39% | - |
| HSV(B) | 147.27º | 0.66% | 0.58% | - |
| XYZ | 14.13 | 23 | 14.52 | - |
| YUV | 113.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 95 | 0.66 | 0 | 0.36 | 0.42 | 147.27 | 0.5 | 0.39 |
| Hex | 32 | 95 | 5F | 42 | 0 | 24 | 2A | 93 | 32 | 27 |
| Octal | 62 | 225 | 137 | 102 | 0 | 44 | 52 | 223 | 62 | 47 |
| Binary | 110010 | 10010101 | 1011111 | 1000010 | 0 | 100100 | 101010 | 10010011 | 110010 | 100111 |
Color Harmonies of #32955F
Complementary color
Monochromatic Colors of #32955F
Black with #32955F
Text Example
Text Example
White with #32955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32955F; }
p { color: rgb(50,149,95); }
H1.HeaderClassName
{
color: #32955F;
}
.AnyTagClassName
{
color: #32955F;
}
</style>
background-color css
<style>
a { background-color: #32955F; }
a { background-color: rgb(50,149,95); }
div.DivClassName
{
background-color: #32955F;
}
.BgClassName
{
background-color: #32955F;
}
</style>
border-color css
<style>
span { border-color: #32955F; }
span { border-color: rgb(50,149,95); }
td.TdClassName
{
border-color: #32955F;
}
.TagClassName
{
border-color: #32955F;
}
</style>