Shades of Eucalyptus #32A061
Tints of Eucalyptus #32A061
RGB
CMYK
RGB Variations
Color information
#32A061 (or 0x32A061) is known color: Eucalyptus. HEX triplet: 32, A0 and 61. RGB value is (50,160,97). Sum of RGB (Red+Green+Blue) = 50+160+97=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #32A061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A061 is #CD5F9E. Grayscale: #787878. Windows color (decimal): -13459359 or 6398002. OLE color: 6398002.
HSL color Cylindrical-coordinate representation of color #32A061: hue angle of 145.64º 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 #32A061 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 97 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.37 |
| HSL | 145.64º | 0.52% | 0.41% | - |
| HSV(B) | 145.64º | 0.69% | 0.63% | - |
| XYZ | 16.04 | 26.68 | 15.61 | - |
| YUV | 119.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 97 | 0.69 | 0 | 0.39 | 0.37 | 145.64 | 0.52 | 0.41 |
| Hex | 32 | A0 | 61 | 45 | 0 | 27 | 25 | 92 | 34 | 29 |
| Octal | 62 | 240 | 141 | 105 | 0 | 47 | 45 | 222 | 64 | 51 |
| Binary | 110010 | 10100000 | 1100001 | 1000101 | 0 | 100111 | 100101 | 10010010 | 110100 | 101001 |
Color Harmonies of #32A061
Complementary color
Monochromatic Colors of #32A061
Black with #32A061
Text Example
Text Example
White with #32A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A061; }
p { color: rgb(50,160,97); }
H1.HeaderClassName
{
color: #32A061;
}
.AnyTagClassName
{
color: #32A061;
}
</style>
background-color css
<style>
a { background-color: #32A061; }
a { background-color: rgb(50,160,97); }
div.DivClassName
{
background-color: #32A061;
}
.BgClassName
{
background-color: #32A061;
}
</style>
border-color css
<style>
span { border-color: #32A061; }
span { border-color: rgb(50,160,97); }
td.TdClassName
{
border-color: #32A061;
}
.TagClassName
{
border-color: #32A061;
}
</style>