Shades of Eucalyptus #329B64
Tints of Eucalyptus #329B64
RGB
CMYK
RGB Variations
Color information
#329B64 (or 0x329B64) is known color: Eucalyptus. HEX triplet: 32, 9B and 64. RGB value is (50,155,100). Sum of RGB (Red+Green+Blue) = 50+155+100=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #329B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B64 is #CD649B. Grayscale: #757575. Windows color (decimal): -13460636 or 6593330. OLE color: 6593330.
HSL color Cylindrical-coordinate representation of color #329B64: hue angle of 148.57º 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 #329B64 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 100 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.39 |
| HSL | 148.57º | 0.51% | 0.4% | - |
| HSV(B) | 148.57º | 0.68% | 0.61% | - |
| XYZ | 15.34 | 25.04 | 16.08 | - |
| YUV | 117.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 100 | 0.68 | 0 | 0.35 | 0.39 | 148.57 | 0.51 | 0.4 |
| Hex | 32 | 9B | 64 | 44 | 0 | 23 | 27 | 95 | 33 | 28 |
| Octal | 62 | 233 | 144 | 104 | 0 | 43 | 47 | 225 | 63 | 50 |
| Binary | 110010 | 10011011 | 1100100 | 1000100 | 0 | 100011 | 100111 | 10010101 | 110011 | 101000 |
Color Harmonies of #329B64
Complementary color
Monochromatic Colors of #329B64
Black with #329B64
Text Example
Text Example
White with #329B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B64; }
p { color: rgb(50,155,100); }
H1.HeaderClassName
{
color: #329B64;
}
.AnyTagClassName
{
color: #329B64;
}
</style>
background-color css
<style>
a { background-color: #329B64; }
a { background-color: rgb(50,155,100); }
div.DivClassName
{
background-color: #329B64;
}
.BgClassName
{
background-color: #329B64;
}
</style>
border-color css
<style>
span { border-color: #329B64; }
span { border-color: rgb(50,155,100); }
td.TdClassName
{
border-color: #329B64;
}
.TagClassName
{
border-color: #329B64;
}
</style>