Shades of Eucalyptus #32A05E
Tints of Eucalyptus #32A05E
RGB
CMYK
RGB Variations
Color information
#32A05E (or 0x32A05E) is known color: Eucalyptus. HEX triplet: 32, A0 and 5E. RGB value is (50,160,94). Sum of RGB (Red+Green+Blue) = 50+160+94=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #32A05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A05E is #CD5FA1. Grayscale: #777777. Windows color (decimal): -13459362 or 6201394. OLE color: 6201394.
HSL color Cylindrical-coordinate representation of color #32A05E: hue angle of 144º 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 #32A05E is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 94 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.37 |
| HSL | 144º | 0.52% | 0.41% | - |
| HSV(B) | 144º | 0.69% | 0.63% | - |
| XYZ | 15.91 | 26.63 | 14.89 | - |
| YUV | 119.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 94 | 0.69 | 0 | 0.41 | 0.37 | 144 | 0.52 | 0.41 |
| Hex | 32 | A0 | 5E | 45 | 0 | 29 | 25 | 90 | 34 | 29 |
| Octal | 62 | 240 | 136 | 105 | 0 | 51 | 45 | 220 | 64 | 51 |
| Binary | 110010 | 10100000 | 1011110 | 1000101 | 0 | 101001 | 100101 | 10010000 | 110100 | 101001 |
Color Harmonies of #32A05E
Complementary color
Monochromatic Colors of #32A05E
Black with #32A05E
Text Example
Text Example
White with #32A05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A05E; }
p { color: rgb(50,160,94); }
H1.HeaderClassName
{
color: #32A05E;
}
.AnyTagClassName
{
color: #32A05E;
}
</style>
background-color css
<style>
a { background-color: #32A05E; }
a { background-color: rgb(50,160,94); }
div.DivClassName
{
background-color: #32A05E;
}
.BgClassName
{
background-color: #32A05E;
}
</style>
border-color css
<style>
span { border-color: #32A05E; }
span { border-color: rgb(50,160,94); }
td.TdClassName
{
border-color: #32A05E;
}
.TagClassName
{
border-color: #32A05E;
}
</style>