Shades of Eucalyptus #32A15E
Tints of Eucalyptus #32A15E
RGB
CMYK
RGB Variations
Color information
#32A15E (or 0x32A15E) is known color: Eucalyptus. HEX triplet: 32, A1 and 5E. RGB value is (50,161,94). Sum of RGB (Red+Green+Blue) = 50+161+94=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #32A15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A15E is #CD5EA1. Grayscale: #787878. Windows color (decimal): -13459106 or 6201650. OLE color: 6201650.
HSL color Cylindrical-coordinate representation of color #32A15E: hue angle of 143.78º 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 #32A15E is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 94 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.37 |
| HSL | 143.78º | 0.53% | 0.41% | - |
| HSV(B) | 143.78º | 0.69% | 0.63% | - |
| XYZ | 16.08 | 26.98 | 14.95 | - |
| YUV | 120.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 94 | 0.69 | 0 | 0.42 | 0.37 | 143.78 | 0.53 | 0.41 |
| Hex | 32 | A1 | 5E | 45 | 0 | 2A | 25 | 90 | 35 | 29 |
| Octal | 62 | 241 | 136 | 105 | 0 | 52 | 45 | 220 | 65 | 51 |
| Binary | 110010 | 10100001 | 1011110 | 1000101 | 0 | 101010 | 100101 | 10010000 | 110101 | 101001 |
Color Harmonies of #32A15E
Complementary color
Monochromatic Colors of #32A15E
Black with #32A15E
Text Example
Text Example
White with #32A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A15E; }
p { color: rgb(50,161,94); }
H1.HeaderClassName
{
color: #32A15E;
}
.AnyTagClassName
{
color: #32A15E;
}
</style>
background-color css
<style>
a { background-color: #32A15E; }
a { background-color: rgb(50,161,94); }
div.DivClassName
{
background-color: #32A15E;
}
.BgClassName
{
background-color: #32A15E;
}
</style>
border-color css
<style>
span { border-color: #32A15E; }
span { border-color: rgb(50,161,94); }
td.TdClassName
{
border-color: #32A15E;
}
.TagClassName
{
border-color: #32A15E;
}
</style>