Shades of Spectra #315C4C
Tints of Spectra #315C4C
RGB
CMYK
RGB Variations
Color information
#315C4C (or 0x315C4C) is known color: Spectra. HEX triplet: 31, 5C and 4C. RGB value is (49,92,76). Sum of RGB (Red+Green+Blue) = 49+92+76=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #315C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C4C is #CEA3B3. Grayscale: #4D4D4D. Windows color (decimal): -13542324 or 5004337. OLE color: 5004337.
HSL color Cylindrical-coordinate representation of color #315C4C: hue angle of 157.67º 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 #315C4C is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 76 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.64 |
| HSL | 157.67º | 0.3% | 0.28% | - |
| HSV(B) | 157.67º | 0.47% | 0.36% | - |
| XYZ | 6.4 | 8.83 | 8.2 | - |
| YUV | 77.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 76 | 0.47 | 0 | 0.17 | 0.64 | 157.67 | 0.3 | 0.28 |
| Hex | 31 | 5C | 4C | 2F | 0 | 11 | 40 | 9E | 1E | 1C |
| Octal | 61 | 134 | 114 | 57 | 0 | 21 | 100 | 236 | 36 | 34 |
| Binary | 110001 | 1011100 | 1001100 | 101111 | 0 | 10001 | 1000000 | 10011110 | 11110 | 11100 |
Color Harmonies of #315C4C
Complementary color
Monochromatic Colors of #315C4C
Black with #315C4C
Text Example
Text Example
White with #315C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C4C; }
p { color: rgb(49,92,76); }
H1.HeaderClassName
{
color: #315C4C;
}
.AnyTagClassName
{
color: #315C4C;
}
</style>
background-color css
<style>
a { background-color: #315C4C; }
a { background-color: rgb(49,92,76); }
div.DivClassName
{
background-color: #315C4C;
}
.BgClassName
{
background-color: #315C4C;
}
</style>
border-color css
<style>
span { border-color: #315C4C; }
span { border-color: rgb(49,92,76); }
td.TdClassName
{
border-color: #315C4C;
}
.TagClassName
{
border-color: #315C4C;
}
</style>