Shades of Eucalyptus #329F61
Tints of Eucalyptus #329F61
RGB
CMYK
RGB Variations
Color information
#329F61 (or 0x329F61) is known color: Eucalyptus. HEX triplet: 32, 9F and 61. RGB value is (50,159,97). Sum of RGB (Red+Green+Blue) = 50+159+97=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #329F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F61 is #CD609E. Grayscale: #777777. Windows color (decimal): -13459615 or 6397746. OLE color: 6397746.
HSL color Cylindrical-coordinate representation of color #329F61: hue angle of 145.87º 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 #329F61 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 97 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.38 |
| HSL | 145.87º | 0.52% | 0.41% | - |
| HSV(B) | 145.87º | 0.69% | 0.62% | - |
| XYZ | 15.87 | 26.34 | 15.56 | - |
| YUV | 119.34 | 115.39 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 97 | 0.69 | 0 | 0.39 | 0.38 | 145.87 | 0.52 | 0.41 |
| Hex | 32 | 9F | 61 | 45 | 0 | 27 | 26 | 92 | 34 | 29 |
| Octal | 62 | 237 | 141 | 105 | 0 | 47 | 46 | 222 | 64 | 51 |
| Binary | 110010 | 10011111 | 1100001 | 1000101 | 0 | 100111 | 100110 | 10010010 | 110100 | 101001 |
Color Harmonies of #329F61
Complementary color
Monochromatic Colors of #329F61
Black with #329F61
Text Example
Text Example
White with #329F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F61; }
p { color: rgb(50,159,97); }
H1.HeaderClassName
{
color: #329F61;
}
.AnyTagClassName
{
color: #329F61;
}
</style>
background-color css
<style>
a { background-color: #329F61; }
a { background-color: rgb(50,159,97); }
div.DivClassName
{
background-color: #329F61;
}
.BgClassName
{
background-color: #329F61;
}
</style>
border-color css
<style>
span { border-color: #329F61; }
span { border-color: rgb(50,159,97); }
td.TdClassName
{
border-color: #329F61;
}
.TagClassName
{
border-color: #329F61;
}
</style>