Shades of Eucalyptus #329D61
Tints of Eucalyptus #329D61
RGB
CMYK
RGB Variations
Color information
#329D61 (or 0x329D61) is known color: Eucalyptus. HEX triplet: 32, 9D and 61. RGB value is (50,157,97). Sum of RGB (Red+Green+Blue) = 50+157+97=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #329D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D61 is #CD629E. Grayscale: #767676. Windows color (decimal): -13460127 or 6397234. OLE color: 6397234.
HSL color Cylindrical-coordinate representation of color #329D61: hue angle of 146.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D61 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 97 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.38 |
| HSL | 146.36º | 0.52% | 0.41% | - |
| HSV(B) | 146.36º | 0.68% | 0.62% | - |
| XYZ | 15.53 | 25.66 | 15.44 | - |
| YUV | 118.17 | 116.05 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 97 | 0.68 | 0 | 0.38 | 0.38 | 146.36 | 0.52 | 0.41 |
| Hex | 32 | 9D | 61 | 44 | 0 | 26 | 26 | 92 | 34 | 29 |
| Octal | 62 | 235 | 141 | 104 | 0 | 46 | 46 | 222 | 64 | 51 |
| Binary | 110010 | 10011101 | 1100001 | 1000100 | 0 | 100110 | 100110 | 10010010 | 110100 | 101001 |
Color Harmonies of #329D61
Complementary color
Monochromatic Colors of #329D61
Black with #329D61
Text Example
Text Example
White with #329D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D61; }
p { color: rgb(50,157,97); }
H1.HeaderClassName
{
color: #329D61;
}
.AnyTagClassName
{
color: #329D61;
}
</style>
background-color css
<style>
a { background-color: #329D61; }
a { background-color: rgb(50,157,97); }
div.DivClassName
{
background-color: #329D61;
}
.BgClassName
{
background-color: #329D61;
}
</style>
border-color css
<style>
span { border-color: #329D61; }
span { border-color: rgb(50,157,97); }
td.TdClassName
{
border-color: #329D61;
}
.TagClassName
{
border-color: #329D61;
}
</style>