Shades of Eucalyptus #329C62
Tints of Eucalyptus #329C62
RGB
CMYK
RGB Variations
Color information
#329C62 (or 0x329C62) is known color: Eucalyptus. HEX triplet: 32, 9C and 62. RGB value is (50,156,98). Sum of RGB (Red+Green+Blue) = 50+156+98=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #329C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C62 is #CD639D. Grayscale: #757575. Windows color (decimal): -13460382 or 6462514. OLE color: 6462514.
HSL color Cylindrical-coordinate representation of color #329C62: hue angle of 147.17º 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 #329C62 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 98 | - |
| CMYK | 0.68 | 0 | 0.37 | 0.39 |
| HSL | 147.17º | 0.51% | 0.4% | - |
| HSV(B) | 147.17º | 0.68% | 0.61% | - |
| XYZ | 15.41 | 25.34 | 15.63 | - |
| YUV | 117.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 98 | 0.68 | 0 | 0.37 | 0.39 | 147.17 | 0.51 | 0.4 |
| Hex | 32 | 9C | 62 | 44 | 0 | 25 | 27 | 93 | 33 | 28 |
| Octal | 62 | 234 | 142 | 104 | 0 | 45 | 47 | 223 | 63 | 50 |
| Binary | 110010 | 10011100 | 1100010 | 1000100 | 0 | 100101 | 100111 | 10010011 | 110011 | 101000 |
Color Harmonies of #329C62
Complementary color
Monochromatic Colors of #329C62
Black with #329C62
Text Example
Text Example
White with #329C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C62; }
p { color: rgb(50,156,98); }
H1.HeaderClassName
{
color: #329C62;
}
.AnyTagClassName
{
color: #329C62;
}
</style>
background-color css
<style>
a { background-color: #329C62; }
a { background-color: rgb(50,156,98); }
div.DivClassName
{
background-color: #329C62;
}
.BgClassName
{
background-color: #329C62;
}
</style>
border-color css
<style>
span { border-color: #329C62; }
span { border-color: rgb(50,156,98); }
td.TdClassName
{
border-color: #329C62;
}
.TagClassName
{
border-color: #329C62;
}
</style>