Shades of Eucalyptus #329D6B
Tints of Eucalyptus #329D6B
RGB
CMYK
RGB Variations
Color information
#329D6B (or 0x329D6B) is known color: Eucalyptus. HEX triplet: 32, 9D and 6B. RGB value is (50,157,107). Sum of RGB (Red+Green+Blue) = 50+157+107=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #329D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D6B is #CD6294. Grayscale: #777777. Windows color (decimal): -13460117 or 7052594. OLE color: 7052594.
HSL color Cylindrical-coordinate representation of color #329D6B: hue angle of 151.96º 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 #329D6B is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 107 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.38 |
| HSL | 151.96º | 0.52% | 0.41% | - |
| HSV(B) | 151.96º | 0.68% | 0.62% | - |
| XYZ | 16.03 | 25.85 | 18.06 | - |
| YUV | 119.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 107 | 0.68 | 0 | 0.32 | 0.38 | 151.96 | 0.52 | 0.41 |
| Hex | 32 | 9D | 6B | 44 | 0 | 20 | 26 | 98 | 34 | 29 |
| Octal | 62 | 235 | 153 | 104 | 0 | 40 | 46 | 230 | 64 | 51 |
| Binary | 110010 | 10011101 | 1101011 | 1000100 | 0 | 100000 | 100110 | 10011000 | 110100 | 101001 |
Color Harmonies of #329D6B
Complementary color
Monochromatic Colors of #329D6B
Black with #329D6B
Text Example
Text Example
White with #329D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D6B; }
p { color: rgb(50,157,107); }
H1.HeaderClassName
{
color: #329D6B;
}
.AnyTagClassName
{
color: #329D6B;
}
</style>
background-color css
<style>
a { background-color: #329D6B; }
a { background-color: rgb(50,157,107); }
div.DivClassName
{
background-color: #329D6B;
}
.BgClassName
{
background-color: #329D6B;
}
</style>
border-color css
<style>
span { border-color: #329D6B; }
span { border-color: rgb(50,157,107); }
td.TdClassName
{
border-color: #329D6B;
}
.TagClassName
{
border-color: #329D6B;
}
</style>