Shades of Eucalyptus #329D6A
Tints of Eucalyptus #329D6A
RGB
CMYK
RGB Variations
Color information
#329D6A (or 0x329D6A) is known color: Eucalyptus. HEX triplet: 32, 9D and 6A. RGB value is (50,157,106). Sum of RGB (Red+Green+Blue) = 50+157+106=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #329D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D6A is #CD6295. Grayscale: #777777. Windows color (decimal): -13460118 or 6987058. OLE color: 6987058.
HSL color Cylindrical-coordinate representation of color #329D6A: hue angle of 151.4º 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 #329D6A is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 106 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.38 |
| HSL | 151.4º | 0.52% | 0.41% | - |
| HSV(B) | 151.4º | 0.68% | 0.62% | - |
| XYZ | 15.97 | 25.83 | 17.78 | - |
| YUV | 119.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 106 | 0.68 | 0 | 0.32 | 0.38 | 151.4 | 0.52 | 0.41 |
| Hex | 32 | 9D | 6A | 44 | 0 | 20 | 26 | 97 | 34 | 29 |
| Octal | 62 | 235 | 152 | 104 | 0 | 40 | 46 | 227 | 64 | 51 |
| Binary | 110010 | 10011101 | 1101010 | 1000100 | 0 | 100000 | 100110 | 10010111 | 110100 | 101001 |
Color Harmonies of #329D6A
Complementary color
Monochromatic Colors of #329D6A
Black with #329D6A
Text Example
Text Example
White with #329D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D6A; }
p { color: rgb(50,157,106); }
H1.HeaderClassName
{
color: #329D6A;
}
.AnyTagClassName
{
color: #329D6A;
}
</style>
background-color css
<style>
a { background-color: #329D6A; }
a { background-color: rgb(50,157,106); }
div.DivClassName
{
background-color: #329D6A;
}
.BgClassName
{
background-color: #329D6A;
}
</style>
border-color css
<style>
span { border-color: #329D6A; }
span { border-color: rgb(50,157,106); }
td.TdClassName
{
border-color: #329D6A;
}
.TagClassName
{
border-color: #329D6A;
}
</style>