Shades of Eden #31705D
Tints of Eden #31705D
RGB
CMYK
RGB Variations
Color information
#31705D (or 0x31705D) is known color: Eden. HEX triplet: 31, 70 and 5D. RGB value is (49,112,93). Sum of RGB (Red+Green+Blue) = 49+112+93=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #31705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31705D is #CE8FA2. Grayscale: #5B5B5B. Windows color (decimal): -13537187 or 6123569. OLE color: 6123569.
HSL color Cylindrical-coordinate representation of color #31705D: hue angle of 161.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31705D is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 93 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.56 |
| HSL | 161.9º | 0.39% | 0.32% | - |
| HSV(B) | 161.9º | 0.56% | 0.44% | - |
| XYZ | 9.04 | 13.03 | 12.4 | - |
| YUV | 91 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 93 | 0.56 | 0 | 0.17 | 0.56 | 161.9 | 0.39 | 0.32 |
| Hex | 31 | 70 | 5D | 38 | 0 | 11 | 38 | A2 | 27 | 20 |
| Octal | 61 | 160 | 135 | 70 | 0 | 21 | 70 | 242 | 47 | 40 |
| Binary | 110001 | 1110000 | 1011101 | 111000 | 0 | 10001 | 111000 | 10100010 | 100111 | 100000 |
Color Harmonies of #31705D
Complementary color
Monochromatic Colors of #31705D
Black with #31705D
Text Example
Text Example
White with #31705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31705D; }
p { color: rgb(49,112,93); }
H1.HeaderClassName
{
color: #31705D;
}
.AnyTagClassName
{
color: #31705D;
}
</style>
background-color css
<style>
a { background-color: #31705D; }
a { background-color: rgb(49,112,93); }
div.DivClassName
{
background-color: #31705D;
}
.BgClassName
{
background-color: #31705D;
}
</style>
border-color css
<style>
span { border-color: #31705D; }
span { border-color: rgb(49,112,93); }
td.TdClassName
{
border-color: #31705D;
}
.TagClassName
{
border-color: #31705D;
}
</style>