Shades of Eucalyptus #329657
Tints of Eucalyptus #329657
RGB
CMYK
RGB Variations
Color information
#329657 (or 0x329657) is known color: Eucalyptus. HEX triplet: 32, 96 and 57. RGB value is (50,150,87). Sum of RGB (Red+Green+Blue) = 50+150+87=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #329657 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329657 is #CD69A8. Grayscale: #717171. Windows color (decimal): -13461929 or 5740082. OLE color: 5740082.
HSL color Cylindrical-coordinate representation of color #329657: hue angle of 142.2º 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 #329657 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 87 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.41 |
| HSL | 142.2º | 0.5% | 0.39% | - |
| HSV(B) | 142.2º | 0.67% | 0.59% | - |
| XYZ | 13.94 | 23.18 | 12.76 | - |
| YUV | 112.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 87 | 0.67 | 0 | 0.42 | 0.41 | 142.2 | 0.5 | 0.39 |
| Hex | 32 | 96 | 57 | 43 | 0 | 2A | 29 | 8E | 32 | 27 |
| Octal | 62 | 226 | 127 | 103 | 0 | 52 | 51 | 216 | 62 | 47 |
| Binary | 110010 | 10010110 | 1010111 | 1000011 | 0 | 101010 | 101001 | 10001110 | 110010 | 100111 |
Color Harmonies of #329657
Complementary color
Monochromatic Colors of #329657
Black with #329657
Text Example
Text Example
White with #329657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329657; }
p { color: rgb(50,150,87); }
H1.HeaderClassName
{
color: #329657;
}
.AnyTagClassName
{
color: #329657;
}
</style>
background-color css
<style>
a { background-color: #329657; }
a { background-color: rgb(50,150,87); }
div.DivClassName
{
background-color: #329657;
}
.BgClassName
{
background-color: #329657;
}
</style>
border-color css
<style>
span { border-color: #329657; }
span { border-color: rgb(50,150,87); }
td.TdClassName
{
border-color: #329657;
}
.TagClassName
{
border-color: #329657;
}
</style>