Shades of Eucalyptus #328D68
Tints of Eucalyptus #328D68
RGB
CMYK
RGB Variations
Color information
#328D68 (or 0x328D68) is known color: Eucalyptus. HEX triplet: 32, 8D and 68. RGB value is (50,141,104). Sum of RGB (Red+Green+Blue) = 50+141+104=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #328D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328D68 is #CD7297. Grayscale: #6D6D6D. Windows color (decimal): -13464216 or 6851890. OLE color: 6851890.
HSL color Cylindrical-coordinate representation of color #328D68: hue angle of 155.6º 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 #328D68 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 104 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.45 |
| HSL | 155.6º | 0.48% | 0.37% | - |
| HSV(B) | 155.6º | 0.65% | 0.55% | - |
| XYZ | 13.34 | 20.73 | 16.39 | - |
| YUV | 109.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 104 | 0.65 | 0 | 0.26 | 0.45 | 155.6 | 0.48 | 0.37 |
| Hex | 32 | 8D | 68 | 41 | 0 | 1A | 2D | 9C | 30 | 25 |
| Octal | 62 | 215 | 150 | 101 | 0 | 32 | 55 | 234 | 60 | 45 |
| Binary | 110010 | 10001101 | 1101000 | 1000001 | 0 | 11010 | 101101 | 10011100 | 110000 | 100101 |
Color Harmonies of #328D68
Complementary color
Monochromatic Colors of #328D68
Black with #328D68
Text Example
Text Example
White with #328D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D68; }
p { color: rgb(50,141,104); }
H1.HeaderClassName
{
color: #328D68;
}
.AnyTagClassName
{
color: #328D68;
}
</style>
background-color css
<style>
a { background-color: #328D68; }
a { background-color: rgb(50,141,104); }
div.DivClassName
{
background-color: #328D68;
}
.BgClassName
{
background-color: #328D68;
}
</style>
border-color css
<style>
span { border-color: #328D68; }
span { border-color: rgb(50,141,104); }
td.TdClassName
{
border-color: #328D68;
}
.TagClassName
{
border-color: #328D68;
}
</style>