Shades of Eucalyptus #329668
Tints of Eucalyptus #329668
RGB
CMYK
RGB Variations
Color information
#329668 (or 0x329668) is known color: Eucalyptus. HEX triplet: 32, 96 and 68. RGB value is (50,150,104). Sum of RGB (Red+Green+Blue) = 50+150+104=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #329668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329668 is #CD6997. Grayscale: #727272. Windows color (decimal): -13461912 or 6854194. OLE color: 6854194.
HSL color Cylindrical-coordinate representation of color #329668: hue angle of 152.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329668 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 104 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.41 |
| HSL | 152.4º | 0.5% | 0.39% | - |
| HSV(B) | 152.4º | 0.67% | 0.59% | - |
| XYZ | 14.72 | 23.49 | 16.85 | - |
| YUV | 114.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 104 | 0.67 | 0 | 0.31 | 0.41 | 152.4 | 0.5 | 0.39 |
| Hex | 32 | 96 | 68 | 43 | 0 | 1F | 29 | 98 | 32 | 27 |
| Octal | 62 | 226 | 150 | 103 | 0 | 37 | 51 | 230 | 62 | 47 |
| Binary | 110010 | 10010110 | 1101000 | 1000011 | 0 | 11111 | 101001 | 10011000 | 110010 | 100111 |
Color Harmonies of #329668
Complementary color
Monochromatic Colors of #329668
Black with #329668
Text Example
Text Example
White with #329668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329668; }
p { color: rgb(50,150,104); }
H1.HeaderClassName
{
color: #329668;
}
.AnyTagClassName
{
color: #329668;
}
</style>
background-color css
<style>
a { background-color: #329668; }
a { background-color: rgb(50,150,104); }
div.DivClassName
{
background-color: #329668;
}
.BgClassName
{
background-color: #329668;
}
</style>
border-color css
<style>
span { border-color: #329668; }
span { border-color: rgb(50,150,104); }
td.TdClassName
{
border-color: #329668;
}
.TagClassName
{
border-color: #329668;
}
</style>