Shades of Eucalyptus #32A163
Tints of Eucalyptus #32A163
RGB
CMYK
RGB Variations
Color information
#32A163 (or 0x32A163) is known color: Eucalyptus. HEX triplet: 32, A1 and 63. RGB value is (50,161,99). Sum of RGB (Red+Green+Blue) = 50+161+99=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #32A163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A163 is #CD5E9C. Grayscale: #787878. Windows color (decimal): -13459101 or 6529330. OLE color: 6529330.
HSL color Cylindrical-coordinate representation of color #32A163: hue angle of 146.49º 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 #32A163 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 99 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.37 |
| HSL | 146.49º | 0.53% | 0.41% | - |
| HSV(B) | 146.49º | 0.69% | 0.63% | - |
| XYZ | 16.31 | 27.07 | 16.17 | - |
| YUV | 120.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 99 | 0.69 | 0 | 0.39 | 0.37 | 146.49 | 0.53 | 0.41 |
| Hex | 32 | A1 | 63 | 45 | 0 | 27 | 25 | 92 | 35 | 29 |
| Octal | 62 | 241 | 143 | 105 | 0 | 47 | 45 | 222 | 65 | 51 |
| Binary | 110010 | 10100001 | 1100011 | 1000101 | 0 | 100111 | 100101 | 10010010 | 110101 | 101001 |
Color Harmonies of #32A163
Complementary color
Monochromatic Colors of #32A163
Black with #32A163
Text Example
Text Example
White with #32A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A163; }
p { color: rgb(50,161,99); }
H1.HeaderClassName
{
color: #32A163;
}
.AnyTagClassName
{
color: #32A163;
}
</style>
background-color css
<style>
a { background-color: #32A163; }
a { background-color: rgb(50,161,99); }
div.DivClassName
{
background-color: #32A163;
}
.BgClassName
{
background-color: #32A163;
}
</style>
border-color css
<style>
span { border-color: #32A163; }
span { border-color: rgb(50,161,99); }
td.TdClassName
{
border-color: #32A163;
}
.TagClassName
{
border-color: #32A163;
}
</style>