Shades of Eucalyptus #329972
Tints of Eucalyptus #329972
RGB
CMYK
RGB Variations
Color information
#329972 (or 0x329972) is known color: Eucalyptus. HEX triplet: 32, 99 and 72. RGB value is (50,153,114). Sum of RGB (Red+Green+Blue) = 50+153+114=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #329972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329972 is #CD668D. Grayscale: #757575. Windows color (decimal): -13461134 or 7510322. OLE color: 7510322.
HSL color Cylindrical-coordinate representation of color #329972: hue angle of 157.28º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329972 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 114 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.4 |
| HSL | 157.28º | 0.51% | 0.4% | - |
| HSV(B) | 157.28º | 0.67% | 0.6% | - |
| XYZ | 15.74 | 24.68 | 19.85 | - |
| YUV | 117.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 114 | 0.67 | 0 | 0.25 | 0.4 | 157.28 | 0.51 | 0.4 |
| Hex | 32 | 99 | 72 | 43 | 0 | 19 | 28 | 9D | 33 | 28 |
| Octal | 62 | 231 | 162 | 103 | 0 | 31 | 50 | 235 | 63 | 50 |
| Binary | 110010 | 10011001 | 1110010 | 1000011 | 0 | 11001 | 101000 | 10011101 | 110011 | 101000 |
Color Harmonies of #329972
Complementary color
Monochromatic Colors of #329972
Black with #329972
Text Example
Text Example
White with #329972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329972; }
p { color: rgb(50,153,114); }
H1.HeaderClassName
{
color: #329972;
}
.AnyTagClassName
{
color: #329972;
}
</style>
background-color css
<style>
a { background-color: #329972; }
a { background-color: rgb(50,153,114); }
div.DivClassName
{
background-color: #329972;
}
.BgClassName
{
background-color: #329972;
}
</style>
border-color css
<style>
span { border-color: #329972; }
span { border-color: rgb(50,153,114); }
td.TdClassName
{
border-color: #329972;
}
.TagClassName
{
border-color: #329972;
}
</style>