Shades of Eucalyptus #329E6B
Tints of Eucalyptus #329E6B
RGB
CMYK
RGB Variations
Color information
#329E6B (or 0x329E6B) is known color: Eucalyptus. HEX triplet: 32, 9E and 6B. RGB value is (50,158,107). Sum of RGB (Red+Green+Blue) = 50+158+107=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #329E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329E6B is #CD6194. Grayscale: #777777. Windows color (decimal): -13459861 or 7052850. OLE color: 7052850.
HSL color Cylindrical-coordinate representation of color #329E6B: hue angle of 151.67º 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 #329E6B is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 107 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.38 |
| HSL | 151.67º | 0.52% | 0.41% | - |
| HSV(B) | 151.67º | 0.68% | 0.62% | - |
| XYZ | 16.2 | 26.19 | 18.11 | - |
| YUV | 119.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 107 | 0.68 | 0 | 0.32 | 0.38 | 151.67 | 0.52 | 0.41 |
| Hex | 32 | 9E | 6B | 44 | 0 | 20 | 26 | 98 | 34 | 29 |
| Octal | 62 | 236 | 153 | 104 | 0 | 40 | 46 | 230 | 64 | 51 |
| Binary | 110010 | 10011110 | 1101011 | 1000100 | 0 | 100000 | 100110 | 10011000 | 110100 | 101001 |
Color Harmonies of #329E6B
Complementary color
Monochromatic Colors of #329E6B
Black with #329E6B
Text Example
Text Example
White with #329E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E6B; }
p { color: rgb(50,158,107); }
H1.HeaderClassName
{
color: #329E6B;
}
.AnyTagClassName
{
color: #329E6B;
}
</style>
background-color css
<style>
a { background-color: #329E6B; }
a { background-color: rgb(50,158,107); }
div.DivClassName
{
background-color: #329E6B;
}
.BgClassName
{
background-color: #329E6B;
}
</style>
border-color css
<style>
span { border-color: #329E6B; }
span { border-color: rgb(50,158,107); }
td.TdClassName
{
border-color: #329E6B;
}
.TagClassName
{
border-color: #329E6B;
}
</style>