Shades of Eucalyptus #32A160
Tints of Eucalyptus #32A160
RGB
CMYK
RGB Variations
Color information
#32A160 (or 0x32A160) is known color: Eucalyptus. HEX triplet: 32, A1 and 60. RGB value is (50,161,96). Sum of RGB (Red+Green+Blue) = 50+161+96=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #32A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A160 is #CD5E9F. Grayscale: #787878. Windows color (decimal): -13459104 or 6332722. OLE color: 6332722.
HSL color Cylindrical-coordinate representation of color #32A160: hue angle of 144.86º degrees, saturation: 0.53, 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 #32A160 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 96 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.37 |
| HSL | 144.86º | 0.53% | 0.41% | - |
| HSV(B) | 144.86º | 0.69% | 0.63% | - |
| XYZ | 16.17 | 27.01 | 15.43 | - |
| YUV | 120.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 96 | 0.69 | 0 | 0.40 | 0.37 | 144.86 | 0.53 | 0.41 |
| Hex | 32 | A1 | 60 | 45 | 0 | 28 | 25 | 91 | 35 | 29 |
| Octal | 62 | 241 | 140 | 105 | 0 | 50 | 45 | 221 | 65 | 51 |
| Binary | 110010 | 10100001 | 1100000 | 1000101 | 0 | 101000 | 100101 | 10010001 | 110101 | 101001 |
Color Harmonies of #32A160
Complementary color
Monochromatic Colors of #32A160
Black with #32A160
Text Example
Text Example
White with #32A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A160; }
p { color: rgb(50,161,96); }
H1.HeaderClassName
{
color: #32A160;
}
.AnyTagClassName
{
color: #32A160;
}
</style>
background-color css
<style>
a { background-color: #32A160; }
a { background-color: rgb(50,161,96); }
div.DivClassName
{
background-color: #32A160;
}
.BgClassName
{
background-color: #32A160;
}
</style>
border-color css
<style>
span { border-color: #32A160; }
span { border-color: rgb(50,161,96); }
td.TdClassName
{
border-color: #32A160;
}
.TagClassName
{
border-color: #32A160;
}
</style>