Shades of Eucalyptus #329565
Tints of Eucalyptus #329565
RGB
CMYK
RGB Variations
Color information
#329565 (or 0x329565) is known color: Eucalyptus. HEX triplet: 32, 95 and 65. RGB value is (50,149,101). Sum of RGB (Red+Green+Blue) = 50+149+101=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #329565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329565 is #CD6A9A. Grayscale: #727272. Windows color (decimal): -13462171 or 6657330. OLE color: 6657330.
HSL color Cylindrical-coordinate representation of color #329565: hue angle of 150.91º degrees, saturation: 0.5, 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 #329565 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 101 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.42 |
| HSL | 150.91º | 0.5% | 0.39% | - |
| HSV(B) | 150.91º | 0.66% | 0.58% | - |
| XYZ | 14.41 | 23.11 | 16.01 | - |
| YUV | 113.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 101 | 0.66 | 0 | 0.32 | 0.42 | 150.91 | 0.5 | 0.39 |
| Hex | 32 | 95 | 65 | 42 | 0 | 20 | 2A | 97 | 32 | 27 |
| Octal | 62 | 225 | 145 | 102 | 0 | 40 | 52 | 227 | 62 | 47 |
| Binary | 110010 | 10010101 | 1100101 | 1000010 | 0 | 100000 | 101010 | 10010111 | 110010 | 100111 |
Color Harmonies of #329565
Complementary color
Monochromatic Colors of #329565
Black with #329565
Text Example
Text Example
White with #329565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329565; }
p { color: rgb(50,149,101); }
H1.HeaderClassName
{
color: #329565;
}
.AnyTagClassName
{
color: #329565;
}
</style>
background-color css
<style>
a { background-color: #329565; }
a { background-color: rgb(50,149,101); }
div.DivClassName
{
background-color: #329565;
}
.BgClassName
{
background-color: #329565;
}
</style>
border-color css
<style>
span { border-color: #329565; }
span { border-color: rgb(50,149,101); }
td.TdClassName
{
border-color: #329565;
}
.TagClassName
{
border-color: #329565;
}
</style>