Shades of Eucalyptus #32A06D
Tints of Eucalyptus #32A06D
RGB
CMYK
RGB Variations
Color information
#32A06D (or 0x32A06D) is known color: Eucalyptus. HEX triplet: 32, A0 and 6D. RGB value is (50,160,109). Sum of RGB (Red+Green+Blue) = 50+160+109=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #32A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A06D is #CD5F92. Grayscale: #797979. Windows color (decimal): -13459347 or 7184434. OLE color: 7184434.
HSL color Cylindrical-coordinate representation of color #32A06D: hue angle of 152.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A06D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 109 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.37 |
| HSL | 152.18º | 0.52% | 0.41% | - |
| HSV(B) | 152.18º | 0.69% | 0.63% | - |
| XYZ | 16.65 | 26.92 | 18.79 | - |
| YUV | 121.3 | 121.06 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 109 | 0.69 | 0 | 0.32 | 0.37 | 152.18 | 0.52 | 0.41 |
| Hex | 32 | A0 | 6D | 45 | 0 | 20 | 25 | 98 | 34 | 29 |
| Octal | 62 | 240 | 155 | 105 | 0 | 40 | 45 | 230 | 64 | 51 |
| Binary | 110010 | 10100000 | 1101101 | 1000101 | 0 | 100000 | 100101 | 10011000 | 110100 | 101001 |
Color Harmonies of #32A06D
Complementary color
Monochromatic Colors of #32A06D
Black with #32A06D
Text Example
Text Example
White with #32A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A06D; }
p { color: rgb(50,160,109); }
H1.HeaderClassName
{
color: #32A06D;
}
.AnyTagClassName
{
color: #32A06D;
}
</style>
background-color css
<style>
a { background-color: #32A06D; }
a { background-color: rgb(50,160,109); }
div.DivClassName
{
background-color: #32A06D;
}
.BgClassName
{
background-color: #32A06D;
}
</style>
border-color css
<style>
span { border-color: #32A06D; }
span { border-color: rgb(50,160,109); }
td.TdClassName
{
border-color: #32A06D;
}
.TagClassName
{
border-color: #32A06D;
}
</style>