Shades of Eucalyptus #329557
Tints of Eucalyptus #329557
RGB
CMYK
RGB Variations
Color information
#329557 (or 0x329557) is known color: Eucalyptus. HEX triplet: 32, 95 and 57. RGB value is (50,149,87). Sum of RGB (Red+Green+Blue) = 50+149+87=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #329557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329557 is #CD6AA8. Grayscale: #707070. Windows color (decimal): -13462185 or 5739826. OLE color: 5739826.
HSL color Cylindrical-coordinate representation of color #329557: hue angle of 142.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329557 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 87 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.42 |
| HSL | 142.42º | 0.5% | 0.39% | - |
| HSV(B) | 142.42º | 0.66% | 0.58% | - |
| XYZ | 13.78 | 22.86 | 12.7 | - |
| YUV | 112.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 87 | 0.66 | 0 | 0.42 | 0.42 | 142.42 | 0.5 | 0.39 |
| Hex | 32 | 95 | 57 | 42 | 0 | 2A | 2A | 8E | 32 | 27 |
| Octal | 62 | 225 | 127 | 102 | 0 | 52 | 52 | 216 | 62 | 47 |
| Binary | 110010 | 10010101 | 1010111 | 1000010 | 0 | 101010 | 101010 | 10001110 | 110010 | 100111 |
Color Harmonies of #329557
Complementary color
Monochromatic Colors of #329557
Black with #329557
Text Example
Text Example
White with #329557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329557; }
p { color: rgb(50,149,87); }
H1.HeaderClassName
{
color: #329557;
}
.AnyTagClassName
{
color: #329557;
}
</style>
background-color css
<style>
a { background-color: #329557; }
a { background-color: rgb(50,149,87); }
div.DivClassName
{
background-color: #329557;
}
.BgClassName
{
background-color: #329557;
}
</style>
border-color css
<style>
span { border-color: #329557; }
span { border-color: rgb(50,149,87); }
td.TdClassName
{
border-color: #329557;
}
.TagClassName
{
border-color: #329557;
}
</style>