Shades of Eucalyptus #329958
Tints of Eucalyptus #329958
RGB
CMYK
RGB Variations
Color information
#329958 (or 0x329958) is known color: Eucalyptus. HEX triplet: 32, 99 and 58. RGB value is (50,153,88). Sum of RGB (Red+Green+Blue) = 50+153+88=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #329958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329958 is #CD66A7. Grayscale: #727272. Windows color (decimal): -13461160 or 5806386. OLE color: 5806386.
HSL color Cylindrical-coordinate representation of color #329958: hue angle of 142.14º degrees, saturation: 0.51, 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 #329958 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 88 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.4 |
| HSL | 142.14º | 0.51% | 0.4% | - |
| HSV(B) | 142.14º | 0.67% | 0.6% | - |
| XYZ | 14.47 | 24.17 | 13.13 | - |
| YUV | 114.79 | 112.88 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 88 | 0.67 | 0 | 0.42 | 0.4 | 142.14 | 0.51 | 0.4 |
| Hex | 32 | 99 | 58 | 43 | 0 | 2A | 28 | 8E | 33 | 28 |
| Octal | 62 | 231 | 130 | 103 | 0 | 52 | 50 | 216 | 63 | 50 |
| Binary | 110010 | 10011001 | 1011000 | 1000011 | 0 | 101010 | 101000 | 10001110 | 110011 | 101000 |
Color Harmonies of #329958
Complementary color
Monochromatic Colors of #329958
Black with #329958
Text Example
Text Example
White with #329958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329958; }
p { color: rgb(50,153,88); }
H1.HeaderClassName
{
color: #329958;
}
.AnyTagClassName
{
color: #329958;
}
</style>
background-color css
<style>
a { background-color: #329958; }
a { background-color: rgb(50,153,88); }
div.DivClassName
{
background-color: #329958;
}
.BgClassName
{
background-color: #329958;
}
</style>
border-color css
<style>
span { border-color: #329958; }
span { border-color: rgb(50,153,88); }
td.TdClassName
{
border-color: #329958;
}
.TagClassName
{
border-color: #329958;
}
</style>