Shades of Eden #316D5C
Tints of Eden #316D5C
RGB
CMYK
RGB Variations
Color information
#316D5C (or 0x316D5C) is known color: Eden. HEX triplet: 31, 6D and 5C. RGB value is (49,109,92). Sum of RGB (Red+Green+Blue) = 49+109+92=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #316D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D5C is #CE92A3. Grayscale: #595959. Windows color (decimal): -13537956 or 6057265. OLE color: 6057265.
HSL color Cylindrical-coordinate representation of color #316D5C: hue angle of 163º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D5C is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 92 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.57 |
| HSL | 163º | 0.38% | 0.31% | - |
| HSV(B) | 163º | 0.55% | 0.43% | - |
| XYZ | 8.67 | 12.36 | 12.05 | - |
| YUV | 89.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 92 | 0.55 | 0 | 0.16 | 0.57 | 163 | 0.38 | 0.31 |
| Hex | 31 | 6D | 5C | 37 | 0 | 10 | 39 | A3 | 26 | 1F |
| Octal | 61 | 155 | 134 | 67 | 0 | 20 | 71 | 243 | 46 | 37 |
| Binary | 110001 | 1101101 | 1011100 | 110111 | 0 | 10000 | 111001 | 10100011 | 100110 | 11111 |
Color Harmonies of #316D5C
Complementary color
Monochromatic Colors of #316D5C
Black with #316D5C
Text Example
Text Example
White with #316D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D5C; }
p { color: rgb(49,109,92); }
H1.HeaderClassName
{
color: #316D5C;
}
.AnyTagClassName
{
color: #316D5C;
}
</style>
background-color css
<style>
a { background-color: #316D5C; }
a { background-color: rgb(49,109,92); }
div.DivClassName
{
background-color: #316D5C;
}
.BgClassName
{
background-color: #316D5C;
}
</style>
border-color css
<style>
span { border-color: #316D5C; }
span { border-color: rgb(49,109,92); }
td.TdClassName
{
border-color: #316D5C;
}
.TagClassName
{
border-color: #316D5C;
}
</style>