Shades of Eucalyptus #328E5F
Tints of Eucalyptus #328E5F
RGB
CMYK
RGB Variations
Color information
#328E5F (or 0x328E5F) is known color: Eucalyptus. HEX triplet: 32, 8E and 5F. RGB value is (50,142,95). Sum of RGB (Red+Green+Blue) = 50+142+95=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #328E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E5F is #CD71A0. Grayscale: #6D6D6D. Windows color (decimal): -13463969 or 6262322. OLE color: 6262322.
HSL color Cylindrical-coordinate representation of color #328E5F: hue angle of 149.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E5F is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 95 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.44 |
| HSL | 149.35º | 0.48% | 0.38% | - |
| HSV(B) | 149.35º | 0.65% | 0.56% | - |
| XYZ | 13.05 | 20.85 | 14.16 | - |
| YUV | 109.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 95 | 0.65 | 0 | 0.33 | 0.44 | 149.35 | 0.48 | 0.38 |
| Hex | 32 | 8E | 5F | 41 | 0 | 21 | 2C | 95 | 30 | 26 |
| Octal | 62 | 216 | 137 | 101 | 0 | 41 | 54 | 225 | 60 | 46 |
| Binary | 110010 | 10001110 | 1011111 | 1000001 | 0 | 100001 | 101100 | 10010101 | 110000 | 100110 |
Color Harmonies of #328E5F
Complementary color
Monochromatic Colors of #328E5F
Black with #328E5F
Text Example
Text Example
White with #328E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E5F; }
p { color: rgb(50,142,95); }
H1.HeaderClassName
{
color: #328E5F;
}
.AnyTagClassName
{
color: #328E5F;
}
</style>
background-color css
<style>
a { background-color: #328E5F; }
a { background-color: rgb(50,142,95); }
div.DivClassName
{
background-color: #328E5F;
}
.BgClassName
{
background-color: #328E5F;
}
</style>
border-color css
<style>
span { border-color: #328E5F; }
span { border-color: rgb(50,142,95); }
td.TdClassName
{
border-color: #328E5F;
}
.TagClassName
{
border-color: #328E5F;
}
</style>