Shades of Eden #315E59
Tints of Eden #315E59
RGB
CMYK
RGB Variations
Color information
#315E59 (or 0x315E59) is known color: Eden. HEX triplet: 31, 5E and 59. RGB value is (49,94,89). Sum of RGB (Red+Green+Blue) = 49+94+89=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #315E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E59 is #CEA1A6. Grayscale: #4F4F4F. Windows color (decimal): -13541799 or 5856817. OLE color: 5856817.
HSL color Cylindrical-coordinate representation of color #315E59: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315E59 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 89 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.63 |
| HSL | 173.33º | 0.31% | 0.28% | - |
| HSV(B) | 173.33º | 0.48% | 0.37% | - |
| XYZ | 7.07 | 9.38 | 10.89 | - |
| YUV | 79.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 89 | 0.48 | 0 | 0.05 | 0.63 | 173.33 | 0.31 | 0.28 |
| Hex | 31 | 5E | 59 | 30 | 0 | 5 | 3F | AD | 1F | 1C |
| Octal | 61 | 136 | 131 | 60 | 0 | 5 | 77 | 255 | 37 | 34 |
| Binary | 110001 | 1011110 | 1011001 | 110000 | 0 | 101 | 111111 | 10101101 | 11111 | 11100 |
Color Harmonies of #315E59
Complementary color
Monochromatic Colors of #315E59
Black with #315E59
Text Example
Text Example
White with #315E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E59; }
p { color: rgb(49,94,89); }
H1.HeaderClassName
{
color: #315E59;
}
.AnyTagClassName
{
color: #315E59;
}
</style>
background-color css
<style>
a { background-color: #315E59; }
a { background-color: rgb(49,94,89); }
div.DivClassName
{
background-color: #315E59;
}
.BgClassName
{
background-color: #315E59;
}
</style>
border-color css
<style>
span { border-color: #315E59; }
span { border-color: rgb(49,94,89); }
td.TdClassName
{
border-color: #315E59;
}
.TagClassName
{
border-color: #315E59;
}
</style>