Shades of Amazon #316E51
Tints of Amazon #316E51
RGB
CMYK
RGB Variations
Color information
#316E51 (or 0x316E51) is known color: Amazon. HEX triplet: 31, 6E and 51. RGB value is (49,110,81). Sum of RGB (Red+Green+Blue) = 49+110+81=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #316E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E51 is #CE91AE. Grayscale: #585858. Windows color (decimal): -13537711 or 5336625. OLE color: 5336625.
HSL color Cylindrical-coordinate representation of color #316E51: hue angle of 151.48º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E51 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 81 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.57 |
| HSL | 151.48º | 0.38% | 0.31% | - |
| HSV(B) | 151.48º | 0.55% | 0.43% | - |
| XYZ | 8.33 | 12.4 | 9.74 | - |
| YUV | 88.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 81 | 0.55 | 0 | 0.26 | 0.57 | 151.48 | 0.38 | 0.31 |
| Hex | 31 | 6E | 51 | 37 | 0 | 1A | 39 | 97 | 26 | 1F |
| Octal | 61 | 156 | 121 | 67 | 0 | 32 | 71 | 227 | 46 | 37 |
| Binary | 110001 | 1101110 | 1010001 | 110111 | 0 | 11010 | 111001 | 10010111 | 100110 | 11111 |
Color Harmonies of #316E51
Complementary color
Monochromatic Colors of #316E51
Black with #316E51
Text Example
Text Example
White with #316E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E51; }
p { color: rgb(49,110,81); }
H1.HeaderClassName
{
color: #316E51;
}
.AnyTagClassName
{
color: #316E51;
}
</style>
background-color css
<style>
a { background-color: #316E51; }
a { background-color: rgb(49,110,81); }
div.DivClassName
{
background-color: #316E51;
}
.BgClassName
{
background-color: #316E51;
}
</style>
border-color css
<style>
span { border-color: #316E51; }
span { border-color: rgb(49,110,81); }
td.TdClassName
{
border-color: #316E51;
}
.TagClassName
{
border-color: #316E51;
}
</style>