Shades of Amazon #317E52
Tints of Amazon #317E52
RGB
CMYK
RGB Variations
Color information
#317E52 (or 0x317E52) is known color: Amazon. HEX triplet: 31, 7E and 52. RGB value is (49,126,82). Sum of RGB (Red+Green+Blue) = 49+126+82=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #317E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E52 is #CE81AD. Grayscale: #626262. Windows color (decimal): -13533614 or 5406257. OLE color: 5406257.
HSL color Cylindrical-coordinate representation of color #317E52: hue angle of 145.71º 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 #317E52 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 82 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.51 |
| HSL | 145.71º | 0.44% | 0.34% | - |
| HSV(B) | 145.71º | 0.61% | 0.49% | - |
| XYZ | 10.25 | 16.18 | 10.57 | - |
| YUV | 97.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 82 | 0.61 | 0 | 0.35 | 0.51 | 145.71 | 0.44 | 0.34 |
| Hex | 31 | 7E | 52 | 3D | 0 | 23 | 33 | 92 | 2C | 22 |
| Octal | 61 | 176 | 122 | 75 | 0 | 43 | 63 | 222 | 54 | 42 |
| Binary | 110001 | 1111110 | 1010010 | 111101 | 0 | 100011 | 110011 | 10010010 | 101100 | 100010 |
Color Harmonies of #317E52
Complementary color
Monochromatic Colors of #317E52
Black with #317E52
Text Example
Text Example
White with #317E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E52; }
p { color: rgb(49,126,82); }
H1.HeaderClassName
{
color: #317E52;
}
.AnyTagClassName
{
color: #317E52;
}
</style>
background-color css
<style>
a { background-color: #317E52; }
a { background-color: rgb(49,126,82); }
div.DivClassName
{
background-color: #317E52;
}
.BgClassName
{
background-color: #317E52;
}
</style>
border-color css
<style>
span { border-color: #317E52; }
span { border-color: rgb(49,126,82); }
td.TdClassName
{
border-color: #317E52;
}
.TagClassName
{
border-color: #317E52;
}
</style>