Shades of Spectra #315E4D
Tints of Spectra #315E4D
RGB
CMYK
RGB Variations
Color information
#315E4D (or 0x315E4D) is known color: Spectra. HEX triplet: 31, 5E and 4D. RGB value is (49,94,77). Sum of RGB (Red+Green+Blue) = 49+94+77=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #315E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E4D is #CEA1B2. Grayscale: #4E4E4E. Windows color (decimal): -13541811 or 5070385. OLE color: 5070385.
HSL color Cylindrical-coordinate representation of color #315E4D: hue angle of 157.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 #315E4D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 77 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.63 |
| HSL | 157.33º | 0.31% | 0.28% | - |
| HSV(B) | 157.33º | 0.48% | 0.37% | - |
| XYZ | 6.61 | 9.19 | 8.45 | - |
| YUV | 78.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 77 | 0.48 | 0 | 0.18 | 0.63 | 157.33 | 0.31 | 0.28 |
| Hex | 31 | 5E | 4D | 30 | 0 | 12 | 3F | 9D | 1F | 1C |
| Octal | 61 | 136 | 115 | 60 | 0 | 22 | 77 | 235 | 37 | 34 |
| Binary | 110001 | 1011110 | 1001101 | 110000 | 0 | 10010 | 111111 | 10011101 | 11111 | 11100 |
Color Harmonies of #315E4D
Complementary color
Monochromatic Colors of #315E4D
Black with #315E4D
Text Example
Text Example
White with #315E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E4D; }
p { color: rgb(49,94,77); }
H1.HeaderClassName
{
color: #315E4D;
}
.AnyTagClassName
{
color: #315E4D;
}
</style>
background-color css
<style>
a { background-color: #315E4D; }
a { background-color: rgb(49,94,77); }
div.DivClassName
{
background-color: #315E4D;
}
.BgClassName
{
background-color: #315E4D;
}
</style>
border-color css
<style>
span { border-color: #315E4D; }
span { border-color: rgb(49,94,77); }
td.TdClassName
{
border-color: #315E4D;
}
.TagClassName
{
border-color: #315E4D;
}
</style>