Shades of Amazon #317E51
Tints of Amazon #317E51
RGB
CMYK
RGB Variations
Color information
#317E51 (or 0x317E51) is known color: Amazon. HEX triplet: 31, 7E and 51. RGB value is (49,126,81). Sum of RGB (Red+Green+Blue) = 49+126+81=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #317E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E51 is #CE81AE. Grayscale: #616161. Windows color (decimal): -13533615 or 5340721. OLE color: 5340721.
HSL color Cylindrical-coordinate representation of color #317E51: hue angle of 144.94º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E51 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 81 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.51 |
| HSL | 144.94º | 0.44% | 0.34% | - |
| HSV(B) | 144.94º | 0.61% | 0.49% | - |
| XYZ | 10.21 | 16.17 | 10.37 | - |
| YUV | 97.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 81 | 0.61 | 0 | 0.36 | 0.51 | 144.94 | 0.44 | 0.34 |
| Hex | 31 | 7E | 51 | 3D | 0 | 24 | 33 | 91 | 2C | 22 |
| Octal | 61 | 176 | 121 | 75 | 0 | 44 | 63 | 221 | 54 | 42 |
| Binary | 110001 | 1111110 | 1010001 | 111101 | 0 | 100100 | 110011 | 10010001 | 101100 | 100010 |
Color Harmonies of #317E51
Complementary color
Monochromatic Colors of #317E51
Black with #317E51
Text Example
Text Example
White with #317E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E51; }
p { color: rgb(49,126,81); }
H1.HeaderClassName
{
color: #317E51;
}
.AnyTagClassName
{
color: #317E51;
}
</style>
background-color css
<style>
a { background-color: #317E51; }
a { background-color: rgb(49,126,81); }
div.DivClassName
{
background-color: #317E51;
}
.BgClassName
{
background-color: #317E51;
}
</style>
border-color css
<style>
span { border-color: #317E51; }
span { border-color: rgb(49,126,81); }
td.TdClassName
{
border-color: #317E51;
}
.TagClassName
{
border-color: #317E51;
}
</style>