Shades of Eucalyptus #329F60
Tints of Eucalyptus #329F60
RGB
CMYK
RGB Variations
Color information
#329F60 (or 0x329F60) is known color: Eucalyptus. HEX triplet: 32, 9F and 60. RGB value is (50,159,96). Sum of RGB (Red+Green+Blue) = 50+159+96=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #329F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F60 is #CD609F. Grayscale: #777777. Windows color (decimal): -13459616 or 6332210. OLE color: 6332210.
HSL color Cylindrical-coordinate representation of color #329F60: hue angle of 145.32º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F60 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 96 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.38 |
| HSL | 145.32º | 0.52% | 0.41% | - |
| HSV(B) | 145.32º | 0.69% | 0.62% | - |
| XYZ | 15.82 | 26.32 | 15.31 | - |
| YUV | 119.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 96 | 0.69 | 0 | 0.40 | 0.38 | 145.32 | 0.52 | 0.41 |
| Hex | 32 | 9F | 60 | 45 | 0 | 28 | 26 | 91 | 34 | 29 |
| Octal | 62 | 237 | 140 | 105 | 0 | 50 | 46 | 221 | 64 | 51 |
| Binary | 110010 | 10011111 | 1100000 | 1000101 | 0 | 101000 | 100110 | 10010001 | 110100 | 101001 |
Color Harmonies of #329F60
Complementary color
Monochromatic Colors of #329F60
Black with #329F60
Text Example
Text Example
White with #329F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F60; }
p { color: rgb(50,159,96); }
H1.HeaderClassName
{
color: #329F60;
}
.AnyTagClassName
{
color: #329F60;
}
</style>
background-color css
<style>
a { background-color: #329F60; }
a { background-color: rgb(50,159,96); }
div.DivClassName
{
background-color: #329F60;
}
.BgClassName
{
background-color: #329F60;
}
</style>
border-color css
<style>
span { border-color: #329F60; }
span { border-color: rgb(50,159,96); }
td.TdClassName
{
border-color: #329F60;
}
.TagClassName
{
border-color: #329F60;
}
</style>