Shades of Eucalyptus #32A16A
Tints of Eucalyptus #32A16A
RGB
CMYK
RGB Variations
Color information
#32A16A (or 0x32A16A) is known color: Eucalyptus. HEX triplet: 32, A1 and 6A. RGB value is (50,161,106). Sum of RGB (Red+Green+Blue) = 50+161+106=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #32A16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A16A is #CD5E95. Grayscale: #797979. Windows color (decimal): -13459094 or 6988082. OLE color: 6988082.
HSL color Cylindrical-coordinate representation of color #32A16A: hue angle of 150.27º 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 #32A16A is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 106 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.37 |
| HSL | 150.27º | 0.53% | 0.41% | - |
| HSV(B) | 150.27º | 0.69% | 0.63% | - |
| XYZ | 16.66 | 27.21 | 18.01 | - |
| YUV | 121.54 | 119.23 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 106 | 0.69 | 0 | 0.34 | 0.37 | 150.27 | 0.53 | 0.41 |
| Hex | 32 | A1 | 6A | 45 | 0 | 22 | 25 | 96 | 35 | 29 |
| Octal | 62 | 241 | 152 | 105 | 0 | 42 | 45 | 226 | 65 | 51 |
| Binary | 110010 | 10100001 | 1101010 | 1000101 | 0 | 100010 | 100101 | 10010110 | 110101 | 101001 |
Color Harmonies of #32A16A
Complementary color
Monochromatic Colors of #32A16A
Black with #32A16A
Text Example
Text Example
White with #32A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A16A; }
p { color: rgb(50,161,106); }
H1.HeaderClassName
{
color: #32A16A;
}
.AnyTagClassName
{
color: #32A16A;
}
</style>
background-color css
<style>
a { background-color: #32A16A; }
a { background-color: rgb(50,161,106); }
div.DivClassName
{
background-color: #32A16A;
}
.BgClassName
{
background-color: #32A16A;
}
</style>
border-color css
<style>
span { border-color: #32A16A; }
span { border-color: rgb(50,161,106); }
td.TdClassName
{
border-color: #32A16A;
}
.TagClassName
{
border-color: #32A16A;
}
</style>