Shades of Eden #316C59
Tints of Eden #316C59
RGB
CMYK
RGB Variations
Color information
#316C59 (or 0x316C59) is known color: Eden. HEX triplet: 31, 6C and 59. RGB value is (49,108,89). Sum of RGB (Red+Green+Blue) = 49+108+89=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #316C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C59 is #CE93A6. Grayscale: #585858. Windows color (decimal): -13538215 or 5860401. OLE color: 5860401.
HSL color Cylindrical-coordinate representation of color #316C59: hue angle of 160.68º 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 #316C59 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 89 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.58 |
| HSL | 160.68º | 0.38% | 0.31% | - |
| HSV(B) | 160.68º | 0.55% | 0.42% | - |
| XYZ | 8.43 | 12.1 | 11.34 | - |
| YUV | 88.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 89 | 0.55 | 0 | 0.18 | 0.58 | 160.68 | 0.38 | 0.31 |
| Hex | 31 | 6C | 59 | 37 | 0 | 12 | 3A | A1 | 26 | 1F |
| Octal | 61 | 154 | 131 | 67 | 0 | 22 | 72 | 241 | 46 | 37 |
| Binary | 110001 | 1101100 | 1011001 | 110111 | 0 | 10010 | 111010 | 10100001 | 100110 | 11111 |
Color Harmonies of #316C59
Complementary color
Monochromatic Colors of #316C59
Black with #316C59
Text Example
Text Example
White with #316C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C59; }
p { color: rgb(49,108,89); }
H1.HeaderClassName
{
color: #316C59;
}
.AnyTagClassName
{
color: #316C59;
}
</style>
background-color css
<style>
a { background-color: #316C59; }
a { background-color: rgb(49,108,89); }
div.DivClassName
{
background-color: #316C59;
}
.BgClassName
{
background-color: #316C59;
}
</style>
border-color css
<style>
span { border-color: #316C59; }
span { border-color: rgb(49,108,89); }
td.TdClassName
{
border-color: #316C59;
}
.TagClassName
{
border-color: #316C59;
}
</style>