Shades of Spectra #315D50
Tints of Spectra #315D50
RGB
CMYK
RGB Variations
Color information
#315D50 (or 0x315D50) is known color: Spectra. HEX triplet: 31, 5D and 50. RGB value is (49,93,80). Sum of RGB (Red+Green+Blue) = 49+93+80=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #315D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D50 is #CEA2AF. Grayscale: #4E4E4E. Windows color (decimal): -13542064 or 5266737. OLE color: 5266737.
HSL color Cylindrical-coordinate representation of color #315D50: hue angle of 162.27º degrees, saturation: 0.31, 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 #315D50 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 80 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.64 |
| HSL | 162.27º | 0.31% | 0.28% | - |
| HSV(B) | 162.27º | 0.47% | 0.36% | - |
| XYZ | 6.63 | 9.06 | 8.99 | - |
| YUV | 78.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 80 | 0.47 | 0 | 0.14 | 0.64 | 162.27 | 0.31 | 0.28 |
| Hex | 31 | 5D | 50 | 2F | 0 | E | 40 | A2 | 1F | 1C |
| Octal | 61 | 135 | 120 | 57 | 0 | 16 | 100 | 242 | 37 | 34 |
| Binary | 110001 | 1011101 | 1010000 | 101111 | 0 | 1110 | 1000000 | 10100010 | 11111 | 11100 |
Color Harmonies of #315D50
Complementary color
Monochromatic Colors of #315D50
Black with #315D50
Text Example
Text Example
White with #315D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D50; }
p { color: rgb(49,93,80); }
H1.HeaderClassName
{
color: #315D50;
}
.AnyTagClassName
{
color: #315D50;
}
</style>
background-color css
<style>
a { background-color: #315D50; }
a { background-color: rgb(49,93,80); }
div.DivClassName
{
background-color: #315D50;
}
.BgClassName
{
background-color: #315D50;
}
</style>
border-color css
<style>
span { border-color: #315D50; }
span { border-color: rgb(49,93,80); }
td.TdClassName
{
border-color: #315D50;
}
.TagClassName
{
border-color: #315D50;
}
</style>