Shades of Eden #326B5B
Tints of Eden #326B5B
RGB
CMYK
RGB Variations
Color information
#326B5B (or 0x326B5B) is known color: Eden. HEX triplet: 32, 6B and 5B. RGB value is (50,107,91). Sum of RGB (Red+Green+Blue) = 50+107+91=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #326B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B5B is #CD94A4. Grayscale: #585858. Windows color (decimal): -13472933 or 5991218. OLE color: 5991218.
HSL color Cylindrical-coordinate representation of color #326B5B: hue angle of 163.16º 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 #326B5B is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 91 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.58 |
| HSL | 163.16º | 0.36% | 0.31% | - |
| HSV(B) | 163.16º | 0.53% | 0.42% | - |
| XYZ | 8.46 | 11.95 | 11.76 | - |
| YUV | 88.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 91 | 0.53 | 0 | 0.15 | 0.58 | 163.16 | 0.36 | 0.31 |
| Hex | 32 | 6B | 5B | 35 | 0 | F | 3A | A3 | 24 | 1F |
| Octal | 62 | 153 | 133 | 65 | 0 | 17 | 72 | 243 | 44 | 37 |
| Binary | 110010 | 1101011 | 1011011 | 110101 | 0 | 1111 | 111010 | 10100011 | 100100 | 11111 |
Color Harmonies of #326B5B
Complementary color
Monochromatic Colors of #326B5B
Black with #326B5B
Text Example
Text Example
White with #326B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B5B; }
p { color: rgb(50,107,91); }
H1.HeaderClassName
{
color: #326B5B;
}
.AnyTagClassName
{
color: #326B5B;
}
</style>
background-color css
<style>
a { background-color: #326B5B; }
a { background-color: rgb(50,107,91); }
div.DivClassName
{
background-color: #326B5B;
}
.BgClassName
{
background-color: #326B5B;
}
</style>
border-color css
<style>
span { border-color: #326B5B; }
span { border-color: rgb(50,107,91); }
td.TdClassName
{
border-color: #326B5B;
}
.TagClassName
{
border-color: #326B5B;
}
</style>