Shades of Eucalyptus #32955D
Tints of Eucalyptus #32955D
RGB
CMYK
RGB Variations
Color information
#32955D (or 0x32955D) is known color: Eucalyptus. HEX triplet: 32, 95 and 5D. RGB value is (50,149,93). Sum of RGB (Red+Green+Blue) = 50+149+93=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #32955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955D is #CD6AA2. Grayscale: #717171. Windows color (decimal): -13462179 or 6133042. OLE color: 6133042.
HSL color Cylindrical-coordinate representation of color #32955D: hue angle of 146.06º 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 #32955D is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 93 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.42 |
| HSL | 146.06º | 0.5% | 0.39% | - |
| HSV(B) | 146.06º | 0.66% | 0.58% | - |
| XYZ | 14.04 | 22.96 | 14.05 | - |
| YUV | 113.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 93 | 0.66 | 0 | 0.38 | 0.42 | 146.06 | 0.5 | 0.39 |
| Hex | 32 | 95 | 5D | 42 | 0 | 26 | 2A | 92 | 32 | 27 |
| Octal | 62 | 225 | 135 | 102 | 0 | 46 | 52 | 222 | 62 | 47 |
| Binary | 110010 | 10010101 | 1011101 | 1000010 | 0 | 100110 | 101010 | 10010010 | 110010 | 100111 |
Color Harmonies of #32955D
Complementary color
Monochromatic Colors of #32955D
Black with #32955D
Text Example
Text Example
White with #32955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32955D; }
p { color: rgb(50,149,93); }
H1.HeaderClassName
{
color: #32955D;
}
.AnyTagClassName
{
color: #32955D;
}
</style>
background-color css
<style>
a { background-color: #32955D; }
a { background-color: rgb(50,149,93); }
div.DivClassName
{
background-color: #32955D;
}
.BgClassName
{
background-color: #32955D;
}
</style>
border-color css
<style>
span { border-color: #32955D; }
span { border-color: rgb(50,149,93); }
td.TdClassName
{
border-color: #32955D;
}
.TagClassName
{
border-color: #32955D;
}
</style>