Shades of Eucalyptus #328F5E
Tints of Eucalyptus #328F5E
RGB
CMYK
RGB Variations
Color information
#328F5E (or 0x328F5E) is known color: Eucalyptus. HEX triplet: 32, 8F and 5E. RGB value is (50,143,94). Sum of RGB (Red+Green+Blue) = 50+143+94=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #328F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F5E is #CD70A1. Grayscale: #6D6D6D. Windows color (decimal): -13463714 or 6197042. OLE color: 6197042.
HSL color Cylindrical-coordinate representation of color #328F5E: hue angle of 148.39º 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 #328F5E is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 94 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.44 |
| HSL | 148.39º | 0.48% | 0.38% | - |
| HSV(B) | 148.39º | 0.65% | 0.56% | - |
| XYZ | 13.16 | 21.13 | 13.97 | - |
| YUV | 109.61 | 119.19 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 94 | 0.65 | 0 | 0.34 | 0.44 | 148.39 | 0.48 | 0.38 |
| Hex | 32 | 8F | 5E | 41 | 0 | 22 | 2C | 94 | 30 | 26 |
| Octal | 62 | 217 | 136 | 101 | 0 | 42 | 54 | 224 | 60 | 46 |
| Binary | 110010 | 10001111 | 1011110 | 1000001 | 0 | 100010 | 101100 | 10010100 | 110000 | 100110 |
Color Harmonies of #328F5E
Complementary color
Monochromatic Colors of #328F5E
Black with #328F5E
Text Example
Text Example
White with #328F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F5E; }
p { color: rgb(50,143,94); }
H1.HeaderClassName
{
color: #328F5E;
}
.AnyTagClassName
{
color: #328F5E;
}
</style>
background-color css
<style>
a { background-color: #328F5E; }
a { background-color: rgb(50,143,94); }
div.DivClassName
{
background-color: #328F5E;
}
.BgClassName
{
background-color: #328F5E;
}
</style>
border-color css
<style>
span { border-color: #328F5E; }
span { border-color: rgb(50,143,94); }
td.TdClassName
{
border-color: #328F5E;
}
.TagClassName
{
border-color: #328F5E;
}
</style>