Shades of Eden #316C5E
Tints of Eden #316C5E
RGB
CMYK
RGB Variations
Color information
#316C5E (or 0x316C5E) is known color: Eden. HEX triplet: 31, 6C and 5E. RGB value is (49,108,94). Sum of RGB (Red+Green+Blue) = 49+108+94=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #316C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C5E is #CE93A1. Grayscale: #585858. Windows color (decimal): -13538210 or 6188081. OLE color: 6188081.
HSL color Cylindrical-coordinate representation of color #316C5E: hue angle of 165.76º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C5E is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 94 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.58 |
| HSL | 165.76º | 0.38% | 0.31% | - |
| HSV(B) | 165.76º | 0.55% | 0.42% | - |
| XYZ | 8.65 | 12.19 | 12.49 | - |
| YUV | 88.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 94 | 0.55 | 0 | 0.13 | 0.58 | 165.76 | 0.38 | 0.31 |
| Hex | 31 | 6C | 5E | 37 | 0 | D | 3A | A6 | 26 | 1F |
| Octal | 61 | 154 | 136 | 67 | 0 | 15 | 72 | 246 | 46 | 37 |
| Binary | 110001 | 1101100 | 1011110 | 110111 | 0 | 1101 | 111010 | 10100110 | 100110 | 11111 |
Color Harmonies of #316C5E
Complementary color
Monochromatic Colors of #316C5E
Black with #316C5E
Text Example
Text Example
White with #316C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C5E; }
p { color: rgb(49,108,94); }
H1.HeaderClassName
{
color: #316C5E;
}
.AnyTagClassName
{
color: #316C5E;
}
</style>
background-color css
<style>
a { background-color: #316C5E; }
a { background-color: rgb(49,108,94); }
div.DivClassName
{
background-color: #316C5E;
}
.BgClassName
{
background-color: #316C5E;
}
</style>
border-color css
<style>
span { border-color: #316C5E; }
span { border-color: rgb(49,108,94); }
td.TdClassName
{
border-color: #316C5E;
}
.TagClassName
{
border-color: #316C5E;
}
</style>