Shades of Spectra #316B52
Tints of Spectra #316B52
RGB
CMYK
RGB Variations
Color information
#316B52 (or 0x316B52) is known color: Spectra. HEX triplet: 31, 6B and 52. RGB value is (49,107,82). Sum of RGB (Red+Green+Blue) = 49+107+82=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #316B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B52 is #CE94AD. Grayscale: #565656. Windows color (decimal): -13538478 or 5401393. OLE color: 5401393.
HSL color Cylindrical-coordinate representation of color #316B52: hue angle of 154.14º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B52 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 107 | 82 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.58 |
| HSL | 154.14º | 0.37% | 0.31% | - |
| HSV(B) | 154.14º | 0.54% | 0.42% | - |
| XYZ | 8.05 | 11.78 | 9.83 | - |
| YUV | 86.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 82 | 0.54 | 0 | 0.23 | 0.58 | 154.14 | 0.37 | 0.31 |
| Hex | 31 | 6B | 52 | 36 | 0 | 17 | 3A | 9A | 25 | 1F |
| Octal | 61 | 153 | 122 | 66 | 0 | 27 | 72 | 232 | 45 | 37 |
| Binary | 110001 | 1101011 | 1010010 | 110110 | 0 | 10111 | 111010 | 10011010 | 100101 | 11111 |
Color Harmonies of #316B52
Complementary color
Monochromatic Colors of #316B52
Black with #316B52
Text Example
Text Example
White with #316B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B52; }
p { color: rgb(49,107,82); }
H1.HeaderClassName
{
color: #316B52;
}
.AnyTagClassName
{
color: #316B52;
}
</style>
background-color css
<style>
a { background-color: #316B52; }
a { background-color: rgb(49,107,82); }
div.DivClassName
{
background-color: #316B52;
}
.BgClassName
{
background-color: #316B52;
}
</style>
border-color css
<style>
span { border-color: #316B52; }
span { border-color: rgb(49,107,82); }
td.TdClassName
{
border-color: #316B52;
}
.TagClassName
{
border-color: #316B52;
}
</style>