Shades of Eucalyptus #328D65
Tints of Eucalyptus #328D65
RGB
CMYK
RGB Variations
Color information
#328D65 (or 0x328D65) is known color: Eucalyptus. HEX triplet: 32, 8D and 65. RGB value is (50,141,101). Sum of RGB (Red+Green+Blue) = 50+141+101=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #328D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D65 is #CD729A. Grayscale: #6D6D6D. Windows color (decimal): -13464219 or 6655282. OLE color: 6655282.
HSL color Cylindrical-coordinate representation of color #328D65: hue angle of 153.63º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D65 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 101 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.45 |
| HSL | 153.63º | 0.48% | 0.37% | - |
| HSV(B) | 153.63º | 0.65% | 0.55% | - |
| XYZ | 13.19 | 20.67 | 15.61 | - |
| YUV | 109.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 101 | 0.65 | 0 | 0.28 | 0.45 | 153.63 | 0.48 | 0.37 |
| Hex | 32 | 8D | 65 | 41 | 0 | 1C | 2D | 9A | 30 | 25 |
| Octal | 62 | 215 | 145 | 101 | 0 | 34 | 55 | 232 | 60 | 45 |
| Binary | 110010 | 10001101 | 1100101 | 1000001 | 0 | 11100 | 101101 | 10011010 | 110000 | 100101 |
Color Harmonies of #328D65
Complementary color
Monochromatic Colors of #328D65
Black with #328D65
Text Example
Text Example
White with #328D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D65; }
p { color: rgb(50,141,101); }
H1.HeaderClassName
{
color: #328D65;
}
.AnyTagClassName
{
color: #328D65;
}
</style>
background-color css
<style>
a { background-color: #328D65; }
a { background-color: rgb(50,141,101); }
div.DivClassName
{
background-color: #328D65;
}
.BgClassName
{
background-color: #328D65;
}
</style>
border-color css
<style>
span { border-color: #328D65; }
span { border-color: rgb(50,141,101); }
td.TdClassName
{
border-color: #328D65;
}
.TagClassName
{
border-color: #328D65;
}
</style>