Shades of Eden #316A5C
Tints of Eden #316A5C
RGB
CMYK
RGB Variations
Color information
#316A5C (or 0x316A5C) is known color: Eden. HEX triplet: 31, 6A and 5C. RGB value is (49,106,92). Sum of RGB (Red+Green+Blue) = 49+106+92=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #316A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A5C is #CE95A3. Grayscale: #575757. Windows color (decimal): -13538724 or 6056497. OLE color: 6056497.
HSL color Cylindrical-coordinate representation of color #316A5C: hue angle of 165.26º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A5C is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 92 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.58 |
| HSL | 165.26º | 0.37% | 0.3% | - |
| HSV(B) | 165.26º | 0.54% | 0.42% | - |
| XYZ | 8.35 | 11.73 | 11.95 | - |
| YUV | 87.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 92 | 0.54 | 0 | 0.13 | 0.58 | 165.26 | 0.37 | 0.3 |
| Hex | 31 | 6A | 5C | 36 | 0 | D | 3A | A5 | 25 | 1E |
| Octal | 61 | 152 | 134 | 66 | 0 | 15 | 72 | 245 | 45 | 36 |
| Binary | 110001 | 1101010 | 1011100 | 110110 | 0 | 1101 | 111010 | 10100101 | 100101 | 11110 |
Color Harmonies of #316A5C
Complementary color
Monochromatic Colors of #316A5C
Black with #316A5C
Text Example
Text Example
White with #316A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A5C; }
p { color: rgb(49,106,92); }
H1.HeaderClassName
{
color: #316A5C;
}
.AnyTagClassName
{
color: #316A5C;
}
</style>
background-color css
<style>
a { background-color: #316A5C; }
a { background-color: rgb(49,106,92); }
div.DivClassName
{
background-color: #316A5C;
}
.BgClassName
{
background-color: #316A5C;
}
</style>
border-color css
<style>
span { border-color: #316A5C; }
span { border-color: rgb(49,106,92); }
td.TdClassName
{
border-color: #316A5C;
}
.TagClassName
{
border-color: #316A5C;
}
</style>