Shades of Spectra #31644D
Tints of Spectra #31644D
RGB
CMYK
RGB Variations
Color information
#31644D (or 0x31644D) is known color: Spectra. HEX triplet: 31, 64 and 4D. RGB value is (49,100,77). Sum of RGB (Red+Green+Blue) = 49+100+77=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #31644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31644D is #CE9BB2. Grayscale: #525252. Windows color (decimal): -13540275 or 5071921. OLE color: 5071921.
HSL color Cylindrical-coordinate representation of color #31644D: hue angle of 152.94º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31644D is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 77 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.61 |
| HSL | 152.94º | 0.34% | 0.29% | - |
| HSV(B) | 152.94º | 0.51% | 0.39% | - |
| XYZ | 7.16 | 10.3 | 8.63 | - |
| YUV | 82.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 77 | 0.51 | 0 | 0.23 | 0.61 | 152.94 | 0.34 | 0.29 |
| Hex | 31 | 64 | 4D | 33 | 0 | 17 | 3D | 99 | 22 | 1D |
| Octal | 61 | 144 | 115 | 63 | 0 | 27 | 75 | 231 | 42 | 35 |
| Binary | 110001 | 1100100 | 1001101 | 110011 | 0 | 10111 | 111101 | 10011001 | 100010 | 11101 |
Color Harmonies of #31644D
Complementary color
Monochromatic Colors of #31644D
Black with #31644D
Text Example
Text Example
White with #31644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31644D; }
p { color: rgb(49,100,77); }
H1.HeaderClassName
{
color: #31644D;
}
.AnyTagClassName
{
color: #31644D;
}
</style>
background-color css
<style>
a { background-color: #31644D; }
a { background-color: rgb(49,100,77); }
div.DivClassName
{
background-color: #31644D;
}
.BgClassName
{
background-color: #31644D;
}
</style>
border-color css
<style>
span { border-color: #31644D; }
span { border-color: rgb(49,100,77); }
td.TdClassName
{
border-color: #31644D;
}
.TagClassName
{
border-color: #31644D;
}
</style>