Shades of Eucalyptus #328E65
Tints of Eucalyptus #328E65
RGB
CMYK
RGB Variations
Color information
#328E65 (or 0x328E65) is known color: Eucalyptus. HEX triplet: 32, 8E and 65. RGB value is (50,142,101). Sum of RGB (Red+Green+Blue) = 50+142+101=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #328E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328E65 is #CD719A. Grayscale: #6D6D6D. Windows color (decimal): -13463963 or 6655538. OLE color: 6655538.
HSL color Cylindrical-coordinate representation of color #328E65: hue angle of 153.26º 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 #328E65 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 142 | 101 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.44 |
| HSL | 153.26º | 0.48% | 0.38% | - |
| HSV(B) | 153.26º | 0.65% | 0.56% | - |
| XYZ | 13.34 | 20.96 | 15.66 | - |
| YUV | 109.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 101 | 0.65 | 0 | 0.29 | 0.44 | 153.26 | 0.48 | 0.38 |
| Hex | 32 | 8E | 65 | 41 | 0 | 1D | 2C | 99 | 30 | 26 |
| Octal | 62 | 216 | 145 | 101 | 0 | 35 | 54 | 231 | 60 | 46 |
| Binary | 110010 | 10001110 | 1100101 | 1000001 | 0 | 11101 | 101100 | 10011001 | 110000 | 100110 |
Color Harmonies of #328E65
Complementary color
Monochromatic Colors of #328E65
Black with #328E65
Text Example
Text Example
White with #328E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E65; }
p { color: rgb(50,142,101); }
H1.HeaderClassName
{
color: #328E65;
}
.AnyTagClassName
{
color: #328E65;
}
</style>
background-color css
<style>
a { background-color: #328E65; }
a { background-color: rgb(50,142,101); }
div.DivClassName
{
background-color: #328E65;
}
.BgClassName
{
background-color: #328E65;
}
</style>
border-color css
<style>
span { border-color: #328E65; }
span { border-color: rgb(50,142,101); }
td.TdClassName
{
border-color: #328E65;
}
.TagClassName
{
border-color: #328E65;
}
</style>