Shades of Spectra #31654D
Tints of Spectra #31654D
RGB
CMYK
RGB Variations
Color information
#31654D (or 0x31654D) is known color: Spectra. HEX triplet: 31, 65 and 4D. RGB value is (49,101,77). Sum of RGB (Red+Green+Blue) = 49+101+77=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #31654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31654D is #CE9AB2. Grayscale: #525252. Windows color (decimal): -13540019 or 5072177. OLE color: 5072177.
HSL color Cylindrical-coordinate representation of color #31654D: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31654D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 77 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.60 |
| HSL | 152.31º | 0.35% | 0.29% | - |
| HSV(B) | 152.31º | 0.51% | 0.4% | - |
| XYZ | 7.26 | 10.5 | 8.66 | - |
| YUV | 82.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 77 | 0.51 | 0 | 0.24 | 0.60 | 152.31 | 0.35 | 0.29 |
| Hex | 31 | 65 | 4D | 33 | 0 | 18 | 3C | 98 | 23 | 1D |
| Octal | 61 | 145 | 115 | 63 | 0 | 30 | 74 | 230 | 43 | 35 |
| Binary | 110001 | 1100101 | 1001101 | 110011 | 0 | 11000 | 111100 | 10011000 | 100011 | 11101 |
Color Harmonies of #31654D
Complementary color
Monochromatic Colors of #31654D
Black with #31654D
Text Example
Text Example
White with #31654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31654D; }
p { color: rgb(49,101,77); }
H1.HeaderClassName
{
color: #31654D;
}
.AnyTagClassName
{
color: #31654D;
}
</style>
background-color css
<style>
a { background-color: #31654D; }
a { background-color: rgb(49,101,77); }
div.DivClassName
{
background-color: #31654D;
}
.BgClassName
{
background-color: #31654D;
}
</style>
border-color css
<style>
span { border-color: #31654D; }
span { border-color: rgb(49,101,77); }
td.TdClassName
{
border-color: #31654D;
}
.TagClassName
{
border-color: #31654D;
}
</style>