Shades of Eden #316F5D
Tints of Eden #316F5D
RGB
CMYK
RGB Variations
Color information
#316F5D (or 0x316F5D) is known color: Eden. HEX triplet: 31, 6F and 5D. RGB value is (49,111,93). Sum of RGB (Red+Green+Blue) = 49+111+93=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #316F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F5D is #CE90A2. Grayscale: #5A5A5A. Windows color (decimal): -13537443 or 6123313. OLE color: 6123313.
HSL color Cylindrical-coordinate representation of color #316F5D: hue angle of 162.58º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F5D is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 111 | 93 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.56 |
| HSL | 162.58º | 0.39% | 0.31% | - |
| HSV(B) | 162.58º | 0.56% | 0.44% | - |
| XYZ | 8.93 | 12.81 | 12.36 | - |
| YUV | 90.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 93 | 0.56 | 0 | 0.16 | 0.56 | 162.58 | 0.39 | 0.31 |
| Hex | 31 | 6F | 5D | 38 | 0 | 10 | 38 | A3 | 27 | 1F |
| Octal | 61 | 157 | 135 | 70 | 0 | 20 | 70 | 243 | 47 | 37 |
| Binary | 110001 | 1101111 | 1011101 | 111000 | 0 | 10000 | 111000 | 10100011 | 100111 | 11111 |
Color Harmonies of #316F5D
Complementary color
Monochromatic Colors of #316F5D
Black with #316F5D
Text Example
Text Example
White with #316F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F5D; }
p { color: rgb(49,111,93); }
H1.HeaderClassName
{
color: #316F5D;
}
.AnyTagClassName
{
color: #316F5D;
}
</style>
background-color css
<style>
a { background-color: #316F5D; }
a { background-color: rgb(49,111,93); }
div.DivClassName
{
background-color: #316F5D;
}
.BgClassName
{
background-color: #316F5D;
}
</style>
border-color css
<style>
span { border-color: #316F5D; }
span { border-color: rgb(49,111,93); }
td.TdClassName
{
border-color: #316F5D;
}
.TagClassName
{
border-color: #316F5D;
}
</style>