Shades of Spectra #31614C
Tints of Spectra #31614C
RGB
CMYK
RGB Variations
Color information
#31614C (or 0x31614C) is known color: Spectra. HEX triplet: 31, 61 and 4C. RGB value is (49,97,76). Sum of RGB (Red+Green+Blue) = 49+97+76=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #31614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31614C is #CE9EB3. Grayscale: #505050. Windows color (decimal): -13541044 or 5005617. OLE color: 5005617.
HSL color Cylindrical-coordinate representation of color #31614C: hue angle of 153.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31614C is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 97 | 76 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.62 |
| HSL | 153.75º | 0.33% | 0.29% | - |
| HSV(B) | 153.75º | 0.49% | 0.38% | - |
| XYZ | 6.85 | 9.72 | 8.35 | - |
| YUV | 80.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 76 | 0.49 | 0 | 0.22 | 0.62 | 153.75 | 0.33 | 0.29 |
| Hex | 31 | 61 | 4C | 31 | 0 | 16 | 3E | 9A | 21 | 1D |
| Octal | 61 | 141 | 114 | 61 | 0 | 26 | 76 | 232 | 41 | 35 |
| Binary | 110001 | 1100001 | 1001100 | 110001 | 0 | 10110 | 111110 | 10011010 | 100001 | 11101 |
Color Harmonies of #31614C
Complementary color
Monochromatic Colors of #31614C
Black with #31614C
Text Example
Text Example
White with #31614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31614C; }
p { color: rgb(49,97,76); }
H1.HeaderClassName
{
color: #31614C;
}
.AnyTagClassName
{
color: #31614C;
}
</style>
background-color css
<style>
a { background-color: #31614C; }
a { background-color: rgb(49,97,76); }
div.DivClassName
{
background-color: #31614C;
}
.BgClassName
{
background-color: #31614C;
}
</style>
border-color css
<style>
span { border-color: #31614C; }
span { border-color: rgb(49,97,76); }
td.TdClassName
{
border-color: #31614C;
}
.TagClassName
{
border-color: #31614C;
}
</style>