Shades of Spectra #315E50
Tints of Spectra #315E50
RGB
CMYK
RGB Variations
Color information
#315E50 (or 0x315E50) is known color: Spectra. HEX triplet: 31, 5E and 50. RGB value is (49,94,80). Sum of RGB (Red+Green+Blue) = 49+94+80=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #315E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E50 is #CEA1AF. Grayscale: #4E4E4E. Windows color (decimal): -13541808 or 5266993. OLE color: 5266993.
HSL color Cylindrical-coordinate representation of color #315E50: hue angle of 161.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 #315E50 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 80 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.63 |
| HSL | 161.33º | 0.31% | 0.28% | - |
| HSV(B) | 161.33º | 0.48% | 0.37% | - |
| XYZ | 6.72 | 9.24 | 9.02 | - |
| YUV | 78.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 80 | 0.48 | 0 | 0.15 | 0.63 | 161.33 | 0.31 | 0.28 |
| Hex | 31 | 5E | 50 | 30 | 0 | F | 3F | A1 | 1F | 1C |
| Octal | 61 | 136 | 120 | 60 | 0 | 17 | 77 | 241 | 37 | 34 |
| Binary | 110001 | 1011110 | 1010000 | 110000 | 0 | 1111 | 111111 | 10100001 | 11111 | 11100 |
Color Harmonies of #315E50
Complementary color
Monochromatic Colors of #315E50
Black with #315E50
Text Example
Text Example
White with #315E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E50; }
p { color: rgb(49,94,80); }
H1.HeaderClassName
{
color: #315E50;
}
.AnyTagClassName
{
color: #315E50;
}
</style>
background-color css
<style>
a { background-color: #315E50; }
a { background-color: rgb(49,94,80); }
div.DivClassName
{
background-color: #315E50;
}
.BgClassName
{
background-color: #315E50;
}
</style>
border-color css
<style>
span { border-color: #315E50; }
span { border-color: rgb(49,94,80); }
td.TdClassName
{
border-color: #315E50;
}
.TagClassName
{
border-color: #315E50;
}
</style>