Shades of Eden #326B5E
Tints of Eden #326B5E
RGB
CMYK
RGB Variations
Color information
#326B5E (or 0x326B5E) is known color: Eden. HEX triplet: 32, 6B and 5E. RGB value is (50,107,94). Sum of RGB (Red+Green+Blue) = 50+107+94=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #326B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B5E is #CD94A1. Grayscale: #585858. Windows color (decimal): -13472930 or 6187826. OLE color: 6187826.
HSL color Cylindrical-coordinate representation of color #326B5E: hue angle of 166.32º 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 #326B5E is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 50 | 107 | 94 | - |
CMYK | 0.53 | 0 | 0.12 | 0.58 |
HSL | 166.32º | 0.36% | 0.31% | - |
HSV(B) | 166.32º | 0.53% | 0.42% | - |
XYZ | 8.59 | 12 | 12.45 | - |
YUV | 88.48 | 131.12 | 100.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 107 | 94 | 0.53 | 0 | 0.12 | 0.58 | 166.32 | 0.36 | 0.31 |
Hex | 32 | 6B | 5E | 35 | 0 | C | 3A | A6 | 24 | 1F |
Octal | 62 | 153 | 136 | 65 | 0 | 14 | 72 | 246 | 44 | 37 |
Binary | 110010 | 1101011 | 1011110 | 110101 | 0 | 1100 | 111010 | 10100110 | 100100 | 11111 |
Color Harmonies of #326B5E
Complementary color
Monochromatic Colors of #326B5E
Black with #326B5E
Text Example
Text Example
White with #326B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B5E; }
p { color: rgb(50,107,94); }
H1.HeaderClassName
{
color: #326B5E;
}
.AnyTagClassName
{
color: #326B5E;
}
</style>
background-color css
<style>
a { background-color: #326B5E; }
a { background-color: rgb(50,107,94); }
div.DivClassName
{
background-color: #326B5E;
}
.BgClassName
{
background-color: #326B5E;
}
</style>
border-color css
<style>
span { border-color: #326B5E; }
span { border-color: rgb(50,107,94); }
td.TdClassName
{
border-color: #326B5E;
}
.TagClassName
{
border-color: #326B5E;
}
</style>