Shades of Eucalyptus #329656
Tints of Eucalyptus #329656
RGB
CMYK
RGB Variations
Color information
#329656 (or 0x329656) is known color: Eucalyptus. HEX triplet: 32, 96 and 56. RGB value is (50,150,86). Sum of RGB (Red+Green+Blue) = 50+150+86=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #329656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329656 is #CD69A9. Grayscale: #707070. Windows color (decimal): -13461930 or 5674546. OLE color: 5674546.
HSL color Cylindrical-coordinate representation of color #329656: hue angle of 141.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329656 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 86 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.41 |
| HSL | 141.6º | 0.5% | 0.39% | - |
| HSV(B) | 141.6º | 0.67% | 0.59% | - |
| XYZ | 13.9 | 23.16 | 12.54 | - |
| YUV | 112.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 86 | 0.67 | 0 | 0.43 | 0.41 | 141.6 | 0.5 | 0.39 |
| Hex | 32 | 96 | 56 | 43 | 0 | 2B | 29 | 8E | 32 | 27 |
| Octal | 62 | 226 | 126 | 103 | 0 | 53 | 51 | 216 | 62 | 47 |
| Binary | 110010 | 10010110 | 1010110 | 1000011 | 0 | 101011 | 101001 | 10001110 | 110010 | 100111 |
Color Harmonies of #329656
Complementary color
Monochromatic Colors of #329656
Black with #329656
Text Example
Text Example
White with #329656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329656; }
p { color: rgb(50,150,86); }
H1.HeaderClassName
{
color: #329656;
}
.AnyTagClassName
{
color: #329656;
}
</style>
background-color css
<style>
a { background-color: #329656; }
a { background-color: rgb(50,150,86); }
div.DivClassName
{
background-color: #329656;
}
.BgClassName
{
background-color: #329656;
}
</style>
border-color css
<style>
span { border-color: #329656; }
span { border-color: rgb(50,150,86); }
td.TdClassName
{
border-color: #329656;
}
.TagClassName
{
border-color: #329656;
}
</style>