Shades of Eucalyptus #32936D
Tints of Eucalyptus #32936D
RGB
CMYK
RGB Variations
Color information
#32936D (or 0x32936D) is known color: Eucalyptus. HEX triplet: 32, 93 and 6D. RGB value is (50,147,109). Sum of RGB (Red+Green+Blue) = 50+147+109=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #32936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32936D is #CD6C92. Grayscale: #717171. Windows color (decimal): -13462675 or 7181106. OLE color: 7181106.
HSL color Cylindrical-coordinate representation of color #32936D: hue angle of 156.49º degrees, saturation: 0.49, 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 #32936D is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 109 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.42 |
| HSL | 156.49º | 0.49% | 0.39% | - |
| HSV(B) | 156.49º | 0.66% | 0.58% | - |
| XYZ | 14.51 | 22.65 | 18.08 | - |
| YUV | 113.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 109 | 0.66 | 0 | 0.26 | 0.42 | 156.49 | 0.49 | 0.39 |
| Hex | 32 | 93 | 6D | 42 | 0 | 1A | 2A | 9C | 31 | 27 |
| Octal | 62 | 223 | 155 | 102 | 0 | 32 | 52 | 234 | 61 | 47 |
| Binary | 110010 | 10010011 | 1101101 | 1000010 | 0 | 11010 | 101010 | 10011100 | 110001 | 100111 |
Color Harmonies of #32936D
Complementary color
Monochromatic Colors of #32936D
Black with #32936D
Text Example
Text Example
White with #32936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32936D; }
p { color: rgb(50,147,109); }
H1.HeaderClassName
{
color: #32936D;
}
.AnyTagClassName
{
color: #32936D;
}
</style>
background-color css
<style>
a { background-color: #32936D; }
a { background-color: rgb(50,147,109); }
div.DivClassName
{
background-color: #32936D;
}
.BgClassName
{
background-color: #32936D;
}
</style>
border-color css
<style>
span { border-color: #32936D; }
span { border-color: rgb(50,147,109); }
td.TdClassName
{
border-color: #32936D;
}
.TagClassName
{
border-color: #32936D;
}
</style>