Shades of Eucalyptus #329B61
Tints of Eucalyptus #329B61
RGB
CMYK
RGB Variations
Color information
#329B61 (or 0x329B61) is known color: Eucalyptus. HEX triplet: 32, 9B and 61. RGB value is (50,155,97). Sum of RGB (Red+Green+Blue) = 50+155+97=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #329B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B61 is #CD649E. Grayscale: #757575. Windows color (decimal): -13460639 or 6396722. OLE color: 6396722.
HSL color Cylindrical-coordinate representation of color #329B61: hue angle of 146.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B61 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 97 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.39 |
| HSL | 146.86º | 0.51% | 0.4% | - |
| HSV(B) | 146.86º | 0.68% | 0.61% | - |
| XYZ | 15.19 | 24.98 | 15.33 | - |
| YUV | 116.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 97 | 0.68 | 0 | 0.37 | 0.39 | 146.86 | 0.51 | 0.4 |
| Hex | 32 | 9B | 61 | 44 | 0 | 25 | 27 | 93 | 33 | 28 |
| Octal | 62 | 233 | 141 | 104 | 0 | 45 | 47 | 223 | 63 | 50 |
| Binary | 110010 | 10011011 | 1100001 | 1000100 | 0 | 100101 | 100111 | 10010011 | 110011 | 101000 |
Color Harmonies of #329B61
Complementary color
Monochromatic Colors of #329B61
Black with #329B61
Text Example
Text Example
White with #329B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B61; }
p { color: rgb(50,155,97); }
H1.HeaderClassName
{
color: #329B61;
}
.AnyTagClassName
{
color: #329B61;
}
</style>
background-color css
<style>
a { background-color: #329B61; }
a { background-color: rgb(50,155,97); }
div.DivClassName
{
background-color: #329B61;
}
.BgClassName
{
background-color: #329B61;
}
</style>
border-color css
<style>
span { border-color: #329B61; }
span { border-color: rgb(50,155,97); }
td.TdClassName
{
border-color: #329B61;
}
.TagClassName
{
border-color: #329B61;
}
</style>