Shades of Eucalyptus #329A54
Tints of Eucalyptus #329A54
RGB
CMYK
RGB Variations
Color information
#329A54 (or 0x329A54) is known color: Eucalyptus. HEX triplet: 32, 9A and 54. RGB value is (50,154,84). Sum of RGB (Red+Green+Blue) = 50+154+84=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #329A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A54 is #CD65AB. Grayscale: #737373. Windows color (decimal): -13460908 or 5544498. OLE color: 5544498.
HSL color Cylindrical-coordinate representation of color #329A54: hue angle of 139.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A54 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 84 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.40 |
| HSL | 139.62º | 0.51% | 0.4% | - |
| HSV(B) | 139.62º | 0.68% | 0.6% | - |
| XYZ | 14.47 | 24.43 | 12.34 | - |
| YUV | 114.92 | 110.54 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 84 | 0.68 | 0 | 0.45 | 0.40 | 139.62 | 0.51 | 0.4 |
| Hex | 32 | 9A | 54 | 44 | 0 | 2D | 28 | 8C | 33 | 28 |
| Octal | 62 | 232 | 124 | 104 | 0 | 55 | 50 | 214 | 63 | 50 |
| Binary | 110010 | 10011010 | 1010100 | 1000100 | 0 | 101101 | 101000 | 10001100 | 110011 | 101000 |
Color Harmonies of #329A54
Complementary color
Monochromatic Colors of #329A54
Black with #329A54
Text Example
Text Example
White with #329A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A54; }
p { color: rgb(50,154,84); }
H1.HeaderClassName
{
color: #329A54;
}
.AnyTagClassName
{
color: #329A54;
}
</style>
background-color css
<style>
a { background-color: #329A54; }
a { background-color: rgb(50,154,84); }
div.DivClassName
{
background-color: #329A54;
}
.BgClassName
{
background-color: #329A54;
}
</style>
border-color css
<style>
span { border-color: #329A54; }
span { border-color: rgb(50,154,84); }
td.TdClassName
{
border-color: #329A54;
}
.TagClassName
{
border-color: #329A54;
}
</style>