Shades of Spectra #315A4A
Tints of Spectra #315A4A
RGB
CMYK
RGB Variations
Color information
#315A4A (or 0x315A4A) is known color: Spectra. HEX triplet: 31, 5A and 4A. RGB value is (49,90,74). Sum of RGB (Red+Green+Blue) = 49+90+74=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #315A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A4A is #CEA5B5. Grayscale: #4B4B4B. Windows color (decimal): -13542838 or 4872753. OLE color: 4872753.
HSL color Cylindrical-coordinate representation of color #315A4A: hue angle of 156.59º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A4A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 74 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.65 |
| HSL | 156.59º | 0.29% | 0.27% | - |
| HSV(B) | 156.59º | 0.46% | 0.35% | - |
| XYZ | 6.16 | 8.46 | 7.79 | - |
| YUV | 75.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 74 | 0.46 | 0 | 0.18 | 0.65 | 156.59 | 0.29 | 0.27 |
| Hex | 31 | 5A | 4A | 2E | 0 | 12 | 41 | 9D | 1D | 1B |
| Octal | 61 | 132 | 112 | 56 | 0 | 22 | 101 | 235 | 35 | 33 |
| Binary | 110001 | 1011010 | 1001010 | 101110 | 0 | 10010 | 1000001 | 10011101 | 11101 | 11011 |
Color Harmonies of #315A4A
Complementary color
Monochromatic Colors of #315A4A
Black with #315A4A
Text Example
Text Example
White with #315A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A4A; }
p { color: rgb(49,90,74); }
H1.HeaderClassName
{
color: #315A4A;
}
.AnyTagClassName
{
color: #315A4A;
}
</style>
background-color css
<style>
a { background-color: #315A4A; }
a { background-color: rgb(49,90,74); }
div.DivClassName
{
background-color: #315A4A;
}
.BgClassName
{
background-color: #315A4A;
}
</style>
border-color css
<style>
span { border-color: #315A4A; }
span { border-color: rgb(49,90,74); }
td.TdClassName
{
border-color: #315A4A;
}
.TagClassName
{
border-color: #315A4A;
}
</style>