Shades of Eucalyptus #329659
Tints of Eucalyptus #329659
RGB
CMYK
RGB Variations
Color information
#329659 (or 0x329659) is known color: Eucalyptus. HEX triplet: 32, 96 and 59. RGB value is (50,150,89). Sum of RGB (Red+Green+Blue) = 50+150+89=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #329659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329659 is #CD69A6. Grayscale: #717171. Windows color (decimal): -13461927 or 5871154. OLE color: 5871154.
HSL color Cylindrical-coordinate representation of color #329659: hue angle of 143.4º 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 #329659 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 89 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.41 |
| HSL | 143.4º | 0.5% | 0.39% | - |
| HSV(B) | 143.4º | 0.67% | 0.59% | - |
| XYZ | 14.02 | 23.21 | 13.19 | - |
| YUV | 113.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 89 | 0.67 | 0 | 0.41 | 0.41 | 143.4 | 0.5 | 0.39 |
| Hex | 32 | 96 | 59 | 43 | 0 | 29 | 29 | 8F | 32 | 27 |
| Octal | 62 | 226 | 131 | 103 | 0 | 51 | 51 | 217 | 62 | 47 |
| Binary | 110010 | 10010110 | 1011001 | 1000011 | 0 | 101001 | 101001 | 10001111 | 110010 | 100111 |
Color Harmonies of #329659
Complementary color
Monochromatic Colors of #329659
Black with #329659
Text Example
Text Example
White with #329659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329659; }
p { color: rgb(50,150,89); }
H1.HeaderClassName
{
color: #329659;
}
.AnyTagClassName
{
color: #329659;
}
</style>
background-color css
<style>
a { background-color: #329659; }
a { background-color: rgb(50,150,89); }
div.DivClassName
{
background-color: #329659;
}
.BgClassName
{
background-color: #329659;
}
</style>
border-color css
<style>
span { border-color: #329659; }
span { border-color: rgb(50,150,89); }
td.TdClassName
{
border-color: #329659;
}
.TagClassName
{
border-color: #329659;
}
</style>