Shades of Eucalyptus #329D6E
Tints of Eucalyptus #329D6E
RGB
CMYK
RGB Variations
Color information
#329D6E (or 0x329D6E) is known color: Eucalyptus. HEX triplet: 32, 9D and 6E. RGB value is (50,157,110). Sum of RGB (Red+Green+Blue) = 50+157+110=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #329D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D6E is #CD6291. Grayscale: #777777. Windows color (decimal): -13460114 or 7249202. OLE color: 7249202.
HSL color Cylindrical-coordinate representation of color #329D6E: hue angle of 153.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D6E is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 110 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.38 |
| HSL | 153.64º | 0.52% | 0.41% | - |
| HSV(B) | 153.64º | 0.68% | 0.62% | - |
| XYZ | 16.19 | 25.92 | 18.9 | - |
| YUV | 119.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 110 | 0.68 | 0 | 0.30 | 0.38 | 153.64 | 0.52 | 0.41 |
| Hex | 32 | 9D | 6E | 44 | 0 | 1E | 26 | 9A | 34 | 29 |
| Octal | 62 | 235 | 156 | 104 | 0 | 36 | 46 | 232 | 64 | 51 |
| Binary | 110010 | 10011101 | 1101110 | 1000100 | 0 | 11110 | 100110 | 10011010 | 110100 | 101001 |
Color Harmonies of #329D6E
Complementary color
Monochromatic Colors of #329D6E
Black with #329D6E
Text Example
Text Example
White with #329D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D6E; }
p { color: rgb(50,157,110); }
H1.HeaderClassName
{
color: #329D6E;
}
.AnyTagClassName
{
color: #329D6E;
}
</style>
background-color css
<style>
a { background-color: #329D6E; }
a { background-color: rgb(50,157,110); }
div.DivClassName
{
background-color: #329D6E;
}
.BgClassName
{
background-color: #329D6E;
}
</style>
border-color css
<style>
span { border-color: #329D6E; }
span { border-color: rgb(50,157,110); }
td.TdClassName
{
border-color: #329D6E;
}
.TagClassName
{
border-color: #329D6E;
}
</style>