Shades of Spectra #316C52
Tints of Spectra #316C52
RGB
CMYK
RGB Variations
Color information
#316C52 (or 0x316C52) is known color: Spectra. HEX triplet: 31, 6C and 52. RGB value is (49,108,82). Sum of RGB (Red+Green+Blue) = 49+108+82=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #316C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C52 is #CE93AD. Grayscale: #575757. Windows color (decimal): -13538222 or 5401649. OLE color: 5401649.
HSL color Cylindrical-coordinate representation of color #316C52: hue angle of 153.56º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C52 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 82 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.58 |
| HSL | 153.56º | 0.38% | 0.31% | - |
| HSV(B) | 153.56º | 0.55% | 0.42% | - |
| XYZ | 8.15 | 11.99 | 9.87 | - |
| YUV | 87.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 82 | 0.55 | 0 | 0.24 | 0.58 | 153.56 | 0.38 | 0.31 |
| Hex | 31 | 6C | 52 | 37 | 0 | 18 | 3A | 9A | 26 | 1F |
| Octal | 61 | 154 | 122 | 67 | 0 | 30 | 72 | 232 | 46 | 37 |
| Binary | 110001 | 1101100 | 1010010 | 110111 | 0 | 11000 | 111010 | 10011010 | 100110 | 11111 |
Color Harmonies of #316C52
Complementary color
Monochromatic Colors of #316C52
Black with #316C52
Text Example
Text Example
White with #316C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C52; }
p { color: rgb(49,108,82); }
H1.HeaderClassName
{
color: #316C52;
}
.AnyTagClassName
{
color: #316C52;
}
</style>
background-color css
<style>
a { background-color: #316C52; }
a { background-color: rgb(49,108,82); }
div.DivClassName
{
background-color: #316C52;
}
.BgClassName
{
background-color: #316C52;
}
</style>
border-color css
<style>
span { border-color: #316C52; }
span { border-color: rgb(49,108,82); }
td.TdClassName
{
border-color: #316C52;
}
.TagClassName
{
border-color: #316C52;
}
</style>