Shades of Eucalyptus #329953
Tints of Eucalyptus #329953
RGB
CMYK
RGB Variations
Color information
#329953 (or 0x329953) is known color: Eucalyptus. HEX triplet: 32, 99 and 53. RGB value is (50,153,83). Sum of RGB (Red+Green+Blue) = 50+153+83=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #329953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329953 is #CD66AC. Grayscale: #727272. Windows color (decimal): -13461165 or 5478706. OLE color: 5478706.
HSL color Cylindrical-coordinate representation of color #329953: hue angle of 139.22º 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 #329953 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 83 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.4 |
| HSL | 139.22º | 0.51% | 0.4% | - |
| HSV(B) | 139.22º | 0.67% | 0.6% | - |
| XYZ | 14.27 | 24.09 | 12.08 | - |
| YUV | 114.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 83 | 0.67 | 0 | 0.46 | 0.4 | 139.22 | 0.51 | 0.4 |
| Hex | 32 | 99 | 53 | 43 | 0 | 2E | 28 | 8B | 33 | 28 |
| Octal | 62 | 231 | 123 | 103 | 0 | 56 | 50 | 213 | 63 | 50 |
| Binary | 110010 | 10011001 | 1010011 | 1000011 | 0 | 101110 | 101000 | 10001011 | 110011 | 101000 |
Color Harmonies of #329953
Complementary color
Monochromatic Colors of #329953
Black with #329953
Text Example
Text Example
White with #329953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329953; }
p { color: rgb(50,153,83); }
H1.HeaderClassName
{
color: #329953;
}
.AnyTagClassName
{
color: #329953;
}
</style>
background-color css
<style>
a { background-color: #329953; }
a { background-color: rgb(50,153,83); }
div.DivClassName
{
background-color: #329953;
}
.BgClassName
{
background-color: #329953;
}
</style>
border-color css
<style>
span { border-color: #329953; }
span { border-color: rgb(50,153,83); }
td.TdClassName
{
border-color: #329953;
}
.TagClassName
{
border-color: #329953;
}
</style>