Shades of Eden #326E5E
Tints of Eden #326E5E
RGB
CMYK
RGB Variations
Color information
#326E5E (or 0x326E5E) is known color: Eden. HEX triplet: 32, 6E and 5E. RGB value is (50,110,94). Sum of RGB (Red+Green+Blue) = 50+110+94=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #326E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E5E is #CD91A1. Grayscale: #5A5A5A. Windows color (decimal): -13472162 or 6188594. OLE color: 6188594.
HSL color Cylindrical-coordinate representation of color #326E5E: hue angle of 164º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E5E is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 94 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.57 |
| HSL | 164º | 0.38% | 0.31% | - |
| HSV(B) | 164º | 0.55% | 0.43% | - |
| XYZ | 8.91 | 12.64 | 12.56 | - |
| YUV | 90.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 94 | 0.55 | 0 | 0.15 | 0.57 | 164 | 0.38 | 0.31 |
| Hex | 32 | 6E | 5E | 37 | 0 | F | 39 | A4 | 26 | 1F |
| Octal | 62 | 156 | 136 | 67 | 0 | 17 | 71 | 244 | 46 | 37 |
| Binary | 110010 | 1101110 | 1011110 | 110111 | 0 | 1111 | 111001 | 10100100 | 100110 | 11111 |
Color Harmonies of #326E5E
Complementary color
Monochromatic Colors of #326E5E
Black with #326E5E
Text Example
Text Example
White with #326E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E5E; }
p { color: rgb(50,110,94); }
H1.HeaderClassName
{
color: #326E5E;
}
.AnyTagClassName
{
color: #326E5E;
}
</style>
background-color css
<style>
a { background-color: #326E5E; }
a { background-color: rgb(50,110,94); }
div.DivClassName
{
background-color: #326E5E;
}
.BgClassName
{
background-color: #326E5E;
}
</style>
border-color css
<style>
span { border-color: #326E5E; }
span { border-color: rgb(50,110,94); }
td.TdClassName
{
border-color: #326E5E;
}
.TagClassName
{
border-color: #326E5E;
}
</style>