Shades of Eucalyptus #329C64
Tints of Eucalyptus #329C64
RGB
CMYK
RGB Variations
Color information
#329C64 (or 0x329C64) is known color: Eucalyptus. HEX triplet: 32, 9C and 64. RGB value is (50,156,100). Sum of RGB (Red+Green+Blue) = 50+156+100=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #329C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C64 is #CD639B. Grayscale: #767676. Windows color (decimal): -13460380 or 6593586. OLE color: 6593586.
HSL color Cylindrical-coordinate representation of color #329C64: hue angle of 148.3º 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 #329C64 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 100 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.39 |
| HSL | 148.3º | 0.51% | 0.4% | - |
| HSV(B) | 148.3º | 0.68% | 0.61% | - |
| XYZ | 15.5 | 25.38 | 16.14 | - |
| YUV | 117.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 100 | 0.68 | 0 | 0.36 | 0.39 | 148.3 | 0.51 | 0.4 |
| Hex | 32 | 9C | 64 | 44 | 0 | 24 | 27 | 94 | 33 | 28 |
| Octal | 62 | 234 | 144 | 104 | 0 | 44 | 47 | 224 | 63 | 50 |
| Binary | 110010 | 10011100 | 1100100 | 1000100 | 0 | 100100 | 100111 | 10010100 | 110011 | 101000 |
Color Harmonies of #329C64
Complementary color
Monochromatic Colors of #329C64
Black with #329C64
Text Example
Text Example
White with #329C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C64; }
p { color: rgb(50,156,100); }
H1.HeaderClassName
{
color: #329C64;
}
.AnyTagClassName
{
color: #329C64;
}
</style>
background-color css
<style>
a { background-color: #329C64; }
a { background-color: rgb(50,156,100); }
div.DivClassName
{
background-color: #329C64;
}
.BgClassName
{
background-color: #329C64;
}
</style>
border-color css
<style>
span { border-color: #329C64; }
span { border-color: rgb(50,156,100); }
td.TdClassName
{
border-color: #329C64;
}
.TagClassName
{
border-color: #329C64;
}
</style>