Shades of Eucalyptus #32A15A
Tints of Eucalyptus #32A15A
RGB
CMYK
RGB Variations
Color information
#32A15A (or 0x32A15A) is known color: Eucalyptus. HEX triplet: 32, A1 and 5A. RGB value is (50,161,90). Sum of RGB (Red+Green+Blue) = 50+161+90=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #32A15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A15A is #CD5EA5. Grayscale: #777777. Windows color (decimal): -13459110 or 5939506. OLE color: 5939506.
HSL color Cylindrical-coordinate representation of color #32A15A: hue angle of 141.62º 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 #32A15A is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 90 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.37 |
| HSL | 141.62º | 0.53% | 0.41% | - |
| HSV(B) | 141.62º | 0.69% | 0.63% | - |
| XYZ | 15.91 | 26.91 | 14.03 | - |
| YUV | 119.72 | 111.23 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 90 | 0.69 | 0 | 0.44 | 0.37 | 141.62 | 0.53 | 0.41 |
| Hex | 32 | A1 | 5A | 45 | 0 | 2C | 25 | 8E | 35 | 29 |
| Octal | 62 | 241 | 132 | 105 | 0 | 54 | 45 | 216 | 65 | 51 |
| Binary | 110010 | 10100001 | 1011010 | 1000101 | 0 | 101100 | 100101 | 10001110 | 110101 | 101001 |
Color Harmonies of #32A15A
Complementary color
Monochromatic Colors of #32A15A
Black with #32A15A
Text Example
Text Example
White with #32A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A15A; }
p { color: rgb(50,161,90); }
H1.HeaderClassName
{
color: #32A15A;
}
.AnyTagClassName
{
color: #32A15A;
}
</style>
background-color css
<style>
a { background-color: #32A15A; }
a { background-color: rgb(50,161,90); }
div.DivClassName
{
background-color: #32A15A;
}
.BgClassName
{
background-color: #32A15A;
}
</style>
border-color css
<style>
span { border-color: #32A15A; }
span { border-color: rgb(50,161,90); }
td.TdClassName
{
border-color: #32A15A;
}
.TagClassName
{
border-color: #32A15A;
}
</style>