Shades of Eucalyptus #329359
Tints of Eucalyptus #329359
RGB
CMYK
RGB Variations
Color information
#329359 (or 0x329359) is known color: Eucalyptus. HEX triplet: 32, 93 and 59. RGB value is (50,147,89). Sum of RGB (Red+Green+Blue) = 50+147+89=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #329359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329359 is #CD6CA6. Grayscale: #6F6F6F. Windows color (decimal): -13462695 or 5870386. OLE color: 5870386.
HSL color Cylindrical-coordinate representation of color #329359: hue angle of 144.12º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329359 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 147 | 89 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.42 |
| HSL | 144.12º | 0.49% | 0.39% | - |
| HSV(B) | 144.12º | 0.66% | 0.58% | - |
| XYZ | 13.55 | 22.27 | 13.03 | - |
| YUV | 111.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 147 | 89 | 0.66 | 0 | 0.39 | 0.42 | 144.12 | 0.49 | 0.39 |
| Hex | 32 | 93 | 59 | 42 | 0 | 27 | 2A | 90 | 31 | 27 |
| Octal | 62 | 223 | 131 | 102 | 0 | 47 | 52 | 220 | 61 | 47 |
| Binary | 110010 | 10010011 | 1011001 | 1000010 | 0 | 100111 | 101010 | 10010000 | 110001 | 100111 |
Color Harmonies of #329359
Complementary color
Monochromatic Colors of #329359
Black with #329359
Text Example
Text Example
White with #329359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329359; }
p { color: rgb(50,147,89); }
H1.HeaderClassName
{
color: #329359;
}
.AnyTagClassName
{
color: #329359;
}
</style>
background-color css
<style>
a { background-color: #329359; }
a { background-color: rgb(50,147,89); }
div.DivClassName
{
background-color: #329359;
}
.BgClassName
{
background-color: #329359;
}
</style>
border-color css
<style>
span { border-color: #329359; }
span { border-color: rgb(50,147,89); }
td.TdClassName
{
border-color: #329359;
}
.TagClassName
{
border-color: #329359;
}
</style>