Shades of Eden #315E58
Tints of Eden #315E58
RGB
CMYK
RGB Variations
Color information
#315E58 (or 0x315E58) is known color: Eden. HEX triplet: 31, 5E and 58. RGB value is (49,94,88). Sum of RGB (Red+Green+Blue) = 49+94+88=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #315E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E58 is #CEA1A7. Grayscale: #4F4F4F. Windows color (decimal): -13541800 or 5791281. OLE color: 5791281.
HSL color Cylindrical-coordinate representation of color #315E58: hue angle of 172º 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 #315E58 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 88 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.63 |
| HSL | 172º | 0.31% | 0.28% | - |
| HSV(B) | 172º | 0.48% | 0.37% | - |
| XYZ | 7.03 | 9.36 | 10.67 | - |
| YUV | 79.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 88 | 0.48 | 0 | 0.06 | 0.63 | 172 | 0.31 | 0.28 |
| Hex | 31 | 5E | 58 | 30 | 0 | 6 | 3F | AC | 1F | 1C |
| Octal | 61 | 136 | 130 | 60 | 0 | 6 | 77 | 254 | 37 | 34 |
| Binary | 110001 | 1011110 | 1011000 | 110000 | 0 | 110 | 111111 | 10101100 | 11111 | 11100 |
Color Harmonies of #315E58
Complementary color
Monochromatic Colors of #315E58
Black with #315E58
Text Example
Text Example
White with #315E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E58; }
p { color: rgb(49,94,88); }
H1.HeaderClassName
{
color: #315E58;
}
.AnyTagClassName
{
color: #315E58;
}
</style>
background-color css
<style>
a { background-color: #315E58; }
a { background-color: rgb(49,94,88); }
div.DivClassName
{
background-color: #315E58;
}
.BgClassName
{
background-color: #315E58;
}
</style>
border-color css
<style>
span { border-color: #315E58; }
span { border-color: rgb(49,94,88); }
td.TdClassName
{
border-color: #315E58;
}
.TagClassName
{
border-color: #315E58;
}
</style>