Shades of Eucalyptus #329F6F
Tints of Eucalyptus #329F6F
RGB
CMYK
RGB Variations
Color information
#329F6F (or 0x329F6F) is known color: Eucalyptus. HEX triplet: 32, 9F and 6F. RGB value is (50,159,111). Sum of RGB (Red+Green+Blue) = 50+159+111=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #329F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F6F is #CD6090. Grayscale: #797979. Windows color (decimal): -13459601 or 7315250. OLE color: 7315250.
HSL color Cylindrical-coordinate representation of color #329F6F: hue angle of 153.58º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F6F is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 111 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.38 |
| HSL | 153.58º | 0.52% | 0.41% | - |
| HSV(B) | 153.58º | 0.69% | 0.62% | - |
| XYZ | 16.58 | 26.62 | 19.3 | - |
| YUV | 120.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 111 | 0.69 | 0 | 0.30 | 0.38 | 153.58 | 0.52 | 0.41 |
| Hex | 32 | 9F | 6F | 45 | 0 | 1E | 26 | 9A | 34 | 29 |
| Octal | 62 | 237 | 157 | 105 | 0 | 36 | 46 | 232 | 64 | 51 |
| Binary | 110010 | 10011111 | 1101111 | 1000101 | 0 | 11110 | 100110 | 10011010 | 110100 | 101001 |
Color Harmonies of #329F6F
Complementary color
Monochromatic Colors of #329F6F
Black with #329F6F
Text Example
Text Example
White with #329F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F6F; }
p { color: rgb(50,159,111); }
H1.HeaderClassName
{
color: #329F6F;
}
.AnyTagClassName
{
color: #329F6F;
}
</style>
background-color css
<style>
a { background-color: #329F6F; }
a { background-color: rgb(50,159,111); }
div.DivClassName
{
background-color: #329F6F;
}
.BgClassName
{
background-color: #329F6F;
}
</style>
border-color css
<style>
span { border-color: #329F6F; }
span { border-color: rgb(50,159,111); }
td.TdClassName
{
border-color: #329F6F;
}
.TagClassName
{
border-color: #329F6F;
}
</style>