Shades of Eden #315C52
Tints of Eden #315C52
RGB
CMYK
RGB Variations
Color information
#315C52 (or 0x315C52) is known color: Eden. HEX triplet: 31, 5C and 52. RGB value is (49,92,82). Sum of RGB (Red+Green+Blue) = 49+92+82=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #315C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C52 is #CEA3AD. Grayscale: #4D4D4D. Windows color (decimal): -13542318 or 5397553. OLE color: 5397553.
HSL color Cylindrical-coordinate representation of color #315C52: hue angle of 166.05º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C52 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 82 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.64 |
| HSL | 166.05º | 0.3% | 0.28% | - |
| HSV(B) | 166.05º | 0.47% | 0.36% | - |
| XYZ | 6.62 | 8.92 | 9.35 | - |
| YUV | 78 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 82 | 0.47 | 0 | 0.11 | 0.64 | 166.05 | 0.3 | 0.28 |
| Hex | 31 | 5C | 52 | 2F | 0 | B | 40 | A6 | 1E | 1C |
| Octal | 61 | 134 | 122 | 57 | 0 | 13 | 100 | 246 | 36 | 34 |
| Binary | 110001 | 1011100 | 1010010 | 101111 | 0 | 1011 | 1000000 | 10100110 | 11110 | 11100 |
Color Harmonies of #315C52
Complementary color
Monochromatic Colors of #315C52
Black with #315C52
Text Example
Text Example
White with #315C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C52; }
p { color: rgb(49,92,82); }
H1.HeaderClassName
{
color: #315C52;
}
.AnyTagClassName
{
color: #315C52;
}
</style>
background-color css
<style>
a { background-color: #315C52; }
a { background-color: rgb(49,92,82); }
div.DivClassName
{
background-color: #315C52;
}
.BgClassName
{
background-color: #315C52;
}
</style>
border-color css
<style>
span { border-color: #315C52; }
span { border-color: rgb(49,92,82); }
td.TdClassName
{
border-color: #315C52;
}
.TagClassName
{
border-color: #315C52;
}
</style>