Shades of Eucalyptus #329160
Tints of Eucalyptus #329160
RGB
CMYK
RGB Variations
Color information
#329160 (or 0x329160) is known color: Eucalyptus. HEX triplet: 32, 91 and 60. RGB value is (50,145,96). Sum of RGB (Red+Green+Blue) = 50+145+96=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #329160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329160 is #CD6E9F. Grayscale: #6F6F6F. Windows color (decimal): -13463200 or 6328626. OLE color: 6328626.
HSL color Cylindrical-coordinate representation of color #329160: hue angle of 149.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329160 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 145 | 96 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.43 |
| HSL | 149.05º | 0.49% | 0.38% | - |
| HSV(B) | 149.05º | 0.66% | 0.57% | - |
| XYZ | 13.55 | 21.77 | 14.55 | - |
| YUV | 111.01 | 119.53 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 145 | 96 | 0.66 | 0 | 0.34 | 0.43 | 149.05 | 0.49 | 0.38 |
| Hex | 32 | 91 | 60 | 42 | 0 | 22 | 2B | 95 | 31 | 26 |
| Octal | 62 | 221 | 140 | 102 | 0 | 42 | 53 | 225 | 61 | 46 |
| Binary | 110010 | 10010001 | 1100000 | 1000010 | 0 | 100010 | 101011 | 10010101 | 110001 | 100110 |
Color Harmonies of #329160
Complementary color
Monochromatic Colors of #329160
Black with #329160
Text Example
Text Example
White with #329160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329160; }
p { color: rgb(50,145,96); }
H1.HeaderClassName
{
color: #329160;
}
.AnyTagClassName
{
color: #329160;
}
</style>
background-color css
<style>
a { background-color: #329160; }
a { background-color: rgb(50,145,96); }
div.DivClassName
{
background-color: #329160;
}
.BgClassName
{
background-color: #329160;
}
</style>
border-color css
<style>
span { border-color: #329160; }
span { border-color: rgb(50,145,96); }
td.TdClassName
{
border-color: #329160;
}
.TagClassName
{
border-color: #329160;
}
</style>