Shades of Eden #326B5D
Tints of Eden #326B5D
RGB
CMYK
RGB Variations
Color information
#326B5D (or 0x326B5D) is known color: Eden. HEX triplet: 32, 6B and 5D. RGB value is (50,107,93). Sum of RGB (Red+Green+Blue) = 50+107+93=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #326B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B5D is #CD94A2. Grayscale: #585858. Windows color (decimal): -13472931 or 6122290. OLE color: 6122290.
HSL color Cylindrical-coordinate representation of color #326B5D: hue angle of 165.26º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B5D is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 93 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.58 |
| HSL | 165.26º | 0.36% | 0.31% | - |
| HSV(B) | 165.26º | 0.53% | 0.42% | - |
| XYZ | 8.55 | 11.98 | 12.22 | - |
| YUV | 88.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 93 | 0.53 | 0 | 0.13 | 0.58 | 165.26 | 0.36 | 0.31 |
| Hex | 32 | 6B | 5D | 35 | 0 | D | 3A | A5 | 24 | 1F |
| Octal | 62 | 153 | 135 | 65 | 0 | 15 | 72 | 245 | 44 | 37 |
| Binary | 110010 | 1101011 | 1011101 | 110101 | 0 | 1101 | 111010 | 10100101 | 100100 | 11111 |
Color Harmonies of #326B5D
Complementary color
Monochromatic Colors of #326B5D
Black with #326B5D
Text Example
Text Example
White with #326B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B5D; }
p { color: rgb(50,107,93); }
H1.HeaderClassName
{
color: #326B5D;
}
.AnyTagClassName
{
color: #326B5D;
}
</style>
background-color css
<style>
a { background-color: #326B5D; }
a { background-color: rgb(50,107,93); }
div.DivClassName
{
background-color: #326B5D;
}
.BgClassName
{
background-color: #326B5D;
}
</style>
border-color css
<style>
span { border-color: #326B5D; }
span { border-color: rgb(50,107,93); }
td.TdClassName
{
border-color: #326B5D;
}
.TagClassName
{
border-color: #326B5D;
}
</style>