Shades of Eucalyptus #328D63
Tints of Eucalyptus #328D63
RGB
CMYK
RGB Variations
Color information
#328D63 (or 0x328D63) is known color: Eucalyptus. HEX triplet: 32, 8D and 63. RGB value is (50,141,99). Sum of RGB (Red+Green+Blue) = 50+141+99=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #328D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D63 is #CD729C. Grayscale: #6D6D6D. Windows color (decimal): -13464221 or 6524210. OLE color: 6524210.
HSL color Cylindrical-coordinate representation of color #328D63: hue angle of 152.31º 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 #328D63 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 99 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.45 |
| HSL | 152.31º | 0.48% | 0.37% | - |
| HSV(B) | 152.31º | 0.65% | 0.55% | - |
| XYZ | 13.09 | 20.63 | 15.1 | - |
| YUV | 109 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 99 | 0.65 | 0 | 0.30 | 0.45 | 152.31 | 0.48 | 0.37 |
| Hex | 32 | 8D | 63 | 41 | 0 | 1E | 2D | 98 | 30 | 25 |
| Octal | 62 | 215 | 143 | 101 | 0 | 36 | 55 | 230 | 60 | 45 |
| Binary | 110010 | 10001101 | 1100011 | 1000001 | 0 | 11110 | 101101 | 10011000 | 110000 | 100101 |
Color Harmonies of #328D63
Complementary color
Monochromatic Colors of #328D63
Black with #328D63
Text Example
Text Example
White with #328D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D63; }
p { color: rgb(50,141,99); }
H1.HeaderClassName
{
color: #328D63;
}
.AnyTagClassName
{
color: #328D63;
}
</style>
background-color css
<style>
a { background-color: #328D63; }
a { background-color: rgb(50,141,99); }
div.DivClassName
{
background-color: #328D63;
}
.BgClassName
{
background-color: #328D63;
}
</style>
border-color css
<style>
span { border-color: #328D63; }
span { border-color: rgb(50,141,99); }
td.TdClassName
{
border-color: #328D63;
}
.TagClassName
{
border-color: #328D63;
}
</style>