Shades of Eucalyptus #329954
Tints of Eucalyptus #329954
RGB
CMYK
RGB Variations
Color information
#329954 (or 0x329954) is known color: Eucalyptus. HEX triplet: 32, 99 and 54. RGB value is (50,153,84). Sum of RGB (Red+Green+Blue) = 50+153+84=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #329954 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329954 is #CD66AB. Grayscale: #727272. Windows color (decimal): -13461164 or 5544242. OLE color: 5544242.
HSL color Cylindrical-coordinate representation of color #329954: hue angle of 139.81º 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 #329954 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 84 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.4 |
| HSL | 139.81º | 0.51% | 0.4% | - |
| HSV(B) | 139.81º | 0.67% | 0.6% | - |
| XYZ | 14.31 | 24.1 | 12.29 | - |
| YUV | 114.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 84 | 0.67 | 0 | 0.45 | 0.4 | 139.81 | 0.51 | 0.4 |
| Hex | 32 | 99 | 54 | 43 | 0 | 2D | 28 | 8C | 33 | 28 |
| Octal | 62 | 231 | 124 | 103 | 0 | 55 | 50 | 214 | 63 | 50 |
| Binary | 110010 | 10011001 | 1010100 | 1000011 | 0 | 101101 | 101000 | 10001100 | 110011 | 101000 |
Color Harmonies of #329954
Complementary color
Monochromatic Colors of #329954
Black with #329954
Text Example
Text Example
White with #329954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329954; }
p { color: rgb(50,153,84); }
H1.HeaderClassName
{
color: #329954;
}
.AnyTagClassName
{
color: #329954;
}
</style>
background-color css
<style>
a { background-color: #329954; }
a { background-color: rgb(50,153,84); }
div.DivClassName
{
background-color: #329954;
}
.BgClassName
{
background-color: #329954;
}
</style>
border-color css
<style>
span { border-color: #329954; }
span { border-color: rgb(50,153,84); }
td.TdClassName
{
border-color: #329954;
}
.TagClassName
{
border-color: #329954;
}
</style>