Shades of Eden #316C5F
Tints of Eden #316C5F
RGB
CMYK
RGB Variations
Color information
#316C5F (or 0x316C5F) is known color: Eden. HEX triplet: 31, 6C and 5F. RGB value is (49,108,95). Sum of RGB (Red+Green+Blue) = 49+108+95=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #316C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C5F is #CE93A0. Grayscale: #585858. Windows color (decimal): -13538209 or 6253617. OLE color: 6253617.
HSL color Cylindrical-coordinate representation of color #316C5F: hue angle of 166.78º 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 #316C5F is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 95 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.58 |
| HSL | 166.78º | 0.38% | 0.31% | - |
| HSV(B) | 166.78º | 0.55% | 0.42% | - |
| XYZ | 8.69 | 12.2 | 12.72 | - |
| YUV | 88.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 95 | 0.55 | 0 | 0.12 | 0.58 | 166.78 | 0.38 | 0.31 |
| Hex | 31 | 6C | 5F | 37 | 0 | C | 3A | A7 | 26 | 1F |
| Octal | 61 | 154 | 137 | 67 | 0 | 14 | 72 | 247 | 46 | 37 |
| Binary | 110001 | 1101100 | 1011111 | 110111 | 0 | 1100 | 111010 | 10100111 | 100110 | 11111 |
Color Harmonies of #316C5F
Complementary color
Monochromatic Colors of #316C5F
Black with #316C5F
Text Example
Text Example
White with #316C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C5F; }
p { color: rgb(49,108,95); }
H1.HeaderClassName
{
color: #316C5F;
}
.AnyTagClassName
{
color: #316C5F;
}
</style>
background-color css
<style>
a { background-color: #316C5F; }
a { background-color: rgb(49,108,95); }
div.DivClassName
{
background-color: #316C5F;
}
.BgClassName
{
background-color: #316C5F;
}
</style>
border-color css
<style>
span { border-color: #316C5F; }
span { border-color: rgb(49,108,95); }
td.TdClassName
{
border-color: #316C5F;
}
.TagClassName
{
border-color: #316C5F;
}
</style>