Shades of Eden #316B5D
Tints of Eden #316B5D
RGB
CMYK
RGB Variations
Color information
#316B5D (or 0x316B5D) is known color: Eden. HEX triplet: 31, 6B and 5D. RGB value is (49,107,93). Sum of RGB (Red+Green+Blue) = 49+107+93=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #316B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B5D is #CE94A2. Grayscale: #585858. Windows color (decimal): -13538467 or 6122289. OLE color: 6122289.
HSL color Cylindrical-coordinate representation of color #316B5D: hue angle of 165.52º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B5D is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 107 | 93 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.58 |
| HSL | 165.52º | 0.37% | 0.31% | - |
| HSV(B) | 165.52º | 0.54% | 0.42% | - |
| XYZ | 8.5 | 11.96 | 12.22 | - |
| YUV | 88.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 93 | 0.54 | 0 | 0.13 | 0.58 | 165.52 | 0.37 | 0.31 |
| Hex | 31 | 6B | 5D | 36 | 0 | D | 3A | A6 | 25 | 1F |
| Octal | 61 | 153 | 135 | 66 | 0 | 15 | 72 | 246 | 45 | 37 |
| Binary | 110001 | 1101011 | 1011101 | 110110 | 0 | 1101 | 111010 | 10100110 | 100101 | 11111 |
Color Harmonies of #316B5D
Complementary color
Monochromatic Colors of #316B5D
Black with #316B5D
Text Example
Text Example
White with #316B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B5D; }
p { color: rgb(49,107,93); }
H1.HeaderClassName
{
color: #316B5D;
}
.AnyTagClassName
{
color: #316B5D;
}
</style>
background-color css
<style>
a { background-color: #316B5D; }
a { background-color: rgb(49,107,93); }
div.DivClassName
{
background-color: #316B5D;
}
.BgClassName
{
background-color: #316B5D;
}
</style>
border-color css
<style>
span { border-color: #316B5D; }
span { border-color: rgb(49,107,93); }
td.TdClassName
{
border-color: #316B5D;
}
.TagClassName
{
border-color: #316B5D;
}
</style>