Shades of Eucalyptus #32A260
Tints of Eucalyptus #32A260
RGB
CMYK
RGB Variations
Color information
#32A260 (or 0x32A260) is known color: Eucalyptus. HEX triplet: 32, A2 and 60. RGB value is (50,162,96). Sum of RGB (Red+Green+Blue) = 50+162+96=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #32A260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A260 is #CD5D9F. Grayscale: #797979. Windows color (decimal): -13458848 or 6332978. OLE color: 6332978.
HSL color Cylindrical-coordinate representation of color #32A260: hue angle of 144.64º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A260 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 96 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.36 |
| HSL | 144.64º | 0.53% | 0.42% | - |
| HSV(B) | 144.64º | 0.69% | 0.64% | - |
| XYZ | 16.35 | 27.36 | 15.49 | - |
| YUV | 120.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 96 | 0.69 | 0 | 0.41 | 0.36 | 144.64 | 0.53 | 0.42 |
| Hex | 32 | A2 | 60 | 45 | 0 | 29 | 24 | 91 | 35 | 2A |
| Octal | 62 | 242 | 140 | 105 | 0 | 51 | 44 | 221 | 65 | 52 |
| Binary | 110010 | 10100010 | 1100000 | 1000101 | 0 | 101001 | 100100 | 10010001 | 110101 | 101010 |
Color Harmonies of #32A260
Complementary color
Monochromatic Colors of #32A260
Black with #32A260
Text Example
Text Example
White with #32A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A260; }
p { color: rgb(50,162,96); }
H1.HeaderClassName
{
color: #32A260;
}
.AnyTagClassName
{
color: #32A260;
}
</style>
background-color css
<style>
a { background-color: #32A260; }
a { background-color: rgb(50,162,96); }
div.DivClassName
{
background-color: #32A260;
}
.BgClassName
{
background-color: #32A260;
}
</style>
border-color css
<style>
span { border-color: #32A260; }
span { border-color: rgb(50,162,96); }
td.TdClassName
{
border-color: #32A260;
}
.TagClassName
{
border-color: #32A260;
}
</style>