Shades of Spectra #31654C
Tints of Spectra #31654C
RGB
CMYK
RGB Variations
Color information
#31654C (or 0x31654C) is known color: Spectra. HEX triplet: 31, 65 and 4C. RGB value is (49,101,76). Sum of RGB (Red+Green+Blue) = 49+101+76=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #31654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31654C is #CE9AB3. Grayscale: #525252. Windows color (decimal): -13540020 or 5006641. OLE color: 5006641.
HSL color Cylindrical-coordinate representation of color #31654C: hue angle of 151.15º 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 #31654C is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 76 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.60 |
| HSL | 151.15º | 0.35% | 0.29% | - |
| HSV(B) | 151.15º | 0.51% | 0.4% | - |
| XYZ | 7.22 | 10.48 | 8.48 | - |
| YUV | 82.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 76 | 0.51 | 0 | 0.25 | 0.60 | 151.15 | 0.35 | 0.29 |
| Hex | 31 | 65 | 4C | 33 | 0 | 19 | 3C | 97 | 23 | 1D |
| Octal | 61 | 145 | 114 | 63 | 0 | 31 | 74 | 227 | 43 | 35 |
| Binary | 110001 | 1100101 | 1001100 | 110011 | 0 | 11001 | 111100 | 10010111 | 100011 | 11101 |
Color Harmonies of #31654C
Complementary color
Monochromatic Colors of #31654C
Black with #31654C
Text Example
Text Example
White with #31654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31654C; }
p { color: rgb(49,101,76); }
H1.HeaderClassName
{
color: #31654C;
}
.AnyTagClassName
{
color: #31654C;
}
</style>
background-color css
<style>
a { background-color: #31654C; }
a { background-color: rgb(49,101,76); }
div.DivClassName
{
background-color: #31654C;
}
.BgClassName
{
background-color: #31654C;
}
</style>
border-color css
<style>
span { border-color: #31654C; }
span { border-color: rgb(49,101,76); }
td.TdClassName
{
border-color: #31654C;
}
.TagClassName
{
border-color: #31654C;
}
</style>