Shades of Eucalyptus #32A06E
Tints of Eucalyptus #32A06E
RGB
CMYK
RGB Variations
Color information
#32A06E (or 0x32A06E) is known color: Eucalyptus. HEX triplet: 32, A0 and 6E. RGB value is (50,160,110). Sum of RGB (Red+Green+Blue) = 50+160+110=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #32A06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A06E is #CD5F91. Grayscale: #797979. Windows color (decimal): -13459346 or 7249970. OLE color: 7249970.
HSL color Cylindrical-coordinate representation of color #32A06E: hue angle of 152.73º 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 #32A06E is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 110 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.37 |
| HSL | 152.73º | 0.52% | 0.41% | - |
| HSV(B) | 152.73º | 0.69% | 0.63% | - |
| XYZ | 16.7 | 26.95 | 19.07 | - |
| YUV | 121.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 110 | 0.69 | 0 | 0.31 | 0.37 | 152.73 | 0.52 | 0.41 |
| Hex | 32 | A0 | 6E | 45 | 0 | 1F | 25 | 99 | 34 | 29 |
| Octal | 62 | 240 | 156 | 105 | 0 | 37 | 45 | 231 | 64 | 51 |
| Binary | 110010 | 10100000 | 1101110 | 1000101 | 0 | 11111 | 100101 | 10011001 | 110100 | 101001 |
Color Harmonies of #32A06E
Complementary color
Monochromatic Colors of #32A06E
Black with #32A06E
Text Example
Text Example
White with #32A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A06E; }
p { color: rgb(50,160,110); }
H1.HeaderClassName
{
color: #32A06E;
}
.AnyTagClassName
{
color: #32A06E;
}
</style>
background-color css
<style>
a { background-color: #32A06E; }
a { background-color: rgb(50,160,110); }
div.DivClassName
{
background-color: #32A06E;
}
.BgClassName
{
background-color: #32A06E;
}
</style>
border-color css
<style>
span { border-color: #32A06E; }
span { border-color: rgb(50,160,110); }
td.TdClassName
{
border-color: #32A06E;
}
.TagClassName
{
border-color: #32A06E;
}
</style>