Shades of Eucalyptus #329856
Tints of Eucalyptus #329856
RGB
CMYK
RGB Variations
Color information
#329856 (or 0x329856) is known color: Eucalyptus. HEX triplet: 32, 98 and 56. RGB value is (50,152,86). Sum of RGB (Red+Green+Blue) = 50+152+86=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #329856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329856 is #CD67A9. Grayscale: #727272. Windows color (decimal): -13461418 or 5675058. OLE color: 5675058.
HSL color Cylindrical-coordinate representation of color #329856: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329856 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 86 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.40 |
| HSL | 141.18º | 0.5% | 0.4% | - |
| HSV(B) | 141.18º | 0.67% | 0.6% | - |
| XYZ | 14.22 | 23.81 | 12.65 | - |
| YUV | 113.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 86 | 0.67 | 0 | 0.43 | 0.40 | 141.18 | 0.5 | 0.4 |
| Hex | 32 | 98 | 56 | 43 | 0 | 2B | 28 | 8D | 32 | 28 |
| Octal | 62 | 230 | 126 | 103 | 0 | 53 | 50 | 215 | 62 | 50 |
| Binary | 110010 | 10011000 | 1010110 | 1000011 | 0 | 101011 | 101000 | 10001101 | 110010 | 101000 |
Color Harmonies of #329856
Complementary color
Monochromatic Colors of #329856
Black with #329856
Text Example
Text Example
White with #329856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329856; }
p { color: rgb(50,152,86); }
H1.HeaderClassName
{
color: #329856;
}
.AnyTagClassName
{
color: #329856;
}
</style>
background-color css
<style>
a { background-color: #329856; }
a { background-color: rgb(50,152,86); }
div.DivClassName
{
background-color: #329856;
}
.BgClassName
{
background-color: #329856;
}
</style>
border-color css
<style>
span { border-color: #329856; }
span { border-color: rgb(50,152,86); }
td.TdClassName
{
border-color: #329856;
}
.TagClassName
{
border-color: #329856;
}
</style>