Shades of Eucalyptus #329B65
Tints of Eucalyptus #329B65
RGB
CMYK
RGB Variations
Color information
#329B65 (or 0x329B65) is known color: Eucalyptus. HEX triplet: 32, 9B and 65. RGB value is (50,155,101). Sum of RGB (Red+Green+Blue) = 50+155+101=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #329B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B65 is #CD649A. Grayscale: #757575. Windows color (decimal): -13460635 or 6658866. OLE color: 6658866.
HSL color Cylindrical-coordinate representation of color #329B65: hue angle of 149.14º 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 #329B65 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 101 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.39 |
| HSL | 149.14º | 0.51% | 0.4% | - |
| HSV(B) | 149.14º | 0.68% | 0.61% | - |
| XYZ | 15.39 | 25.06 | 16.34 | - |
| YUV | 117.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 101 | 0.68 | 0 | 0.35 | 0.39 | 149.14 | 0.51 | 0.4 |
| Hex | 32 | 9B | 65 | 44 | 0 | 23 | 27 | 95 | 33 | 28 |
| Octal | 62 | 233 | 145 | 104 | 0 | 43 | 47 | 225 | 63 | 50 |
| Binary | 110010 | 10011011 | 1100101 | 1000100 | 0 | 100011 | 100111 | 10010101 | 110011 | 101000 |
Color Harmonies of #329B65
Complementary color
Monochromatic Colors of #329B65
Black with #329B65
Text Example
Text Example
White with #329B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B65; }
p { color: rgb(50,155,101); }
H1.HeaderClassName
{
color: #329B65;
}
.AnyTagClassName
{
color: #329B65;
}
</style>
background-color css
<style>
a { background-color: #329B65; }
a { background-color: rgb(50,155,101); }
div.DivClassName
{
background-color: #329B65;
}
.BgClassName
{
background-color: #329B65;
}
</style>
border-color css
<style>
span { border-color: #329B65; }
span { border-color: rgb(50,155,101); }
td.TdClassName
{
border-color: #329B65;
}
.TagClassName
{
border-color: #329B65;
}
</style>