Shades of Amazon #317D53
Tints of Amazon #317D53
RGB
CMYK
RGB Variations
Color information
#317D53 (or 0x317D53) is known color: Amazon. HEX triplet: 31, 7D and 53. RGB value is (49,125,83). Sum of RGB (Red+Green+Blue) = 49+125+83=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #317D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D53 is #CE82AC. Grayscale: #616161. Windows color (decimal): -13533869 or 5471537. OLE color: 5471537.
HSL color Cylindrical-coordinate representation of color #317D53: hue angle of 146.84º 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 #317D53 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 83 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.51 |
| HSL | 146.84º | 0.44% | 0.34% | - |
| HSV(B) | 146.84º | 0.61% | 0.49% | - |
| XYZ | 10.16 | 15.94 | 10.73 | - |
| YUV | 97.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 83 | 0.61 | 0 | 0.34 | 0.51 | 146.84 | 0.44 | 0.34 |
| Hex | 31 | 7D | 53 | 3D | 0 | 22 | 33 | 93 | 2C | 22 |
| Octal | 61 | 175 | 123 | 75 | 0 | 42 | 63 | 223 | 54 | 42 |
| Binary | 110001 | 1111101 | 1010011 | 111101 | 0 | 100010 | 110011 | 10010011 | 101100 | 100010 |
Color Harmonies of #317D53
Complementary color
Monochromatic Colors of #317D53
Black with #317D53
Text Example
Text Example
White with #317D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D53; }
p { color: rgb(49,125,83); }
H1.HeaderClassName
{
color: #317D53;
}
.AnyTagClassName
{
color: #317D53;
}
</style>
background-color css
<style>
a { background-color: #317D53; }
a { background-color: rgb(49,125,83); }
div.DivClassName
{
background-color: #317D53;
}
.BgClassName
{
background-color: #317D53;
}
</style>
border-color css
<style>
span { border-color: #317D53; }
span { border-color: rgb(49,125,83); }
td.TdClassName
{
border-color: #317D53;
}
.TagClassName
{
border-color: #317D53;
}
</style>