Shades of Amazon #317753
Tints of Amazon #317753
RGB
CMYK
RGB Variations
Color information
#317753 (or 0x317753) is known color: Amazon. HEX triplet: 31, 77 and 53. RGB value is (49,119,83). Sum of RGB (Red+Green+Blue) = 49+119+83=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #317753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317753 is #CE88AC. Grayscale: #5E5E5E. Windows color (decimal): -13535405 or 5470001. OLE color: 5470001.
HSL color Cylindrical-coordinate representation of color #317753: hue angle of 149.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317753 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 83 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.53 |
| HSL | 149.14º | 0.42% | 0.33% | - |
| HSV(B) | 149.14º | 0.59% | 0.47% | - |
| XYZ | 9.42 | 14.47 | 10.48 | - |
| YUV | 93.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 83 | 0.59 | 0 | 0.30 | 0.53 | 149.14 | 0.42 | 0.33 |
| Hex | 31 | 77 | 53 | 3B | 0 | 1E | 35 | 95 | 2A | 21 |
| Octal | 61 | 167 | 123 | 73 | 0 | 36 | 65 | 225 | 52 | 41 |
| Binary | 110001 | 1110111 | 1010011 | 111011 | 0 | 11110 | 110101 | 10010101 | 101010 | 100001 |
Color Harmonies of #317753
Complementary color
Monochromatic Colors of #317753
Black with #317753
Text Example
Text Example
White with #317753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317753; }
p { color: rgb(49,119,83); }
H1.HeaderClassName
{
color: #317753;
}
.AnyTagClassName
{
color: #317753;
}
</style>
background-color css
<style>
a { background-color: #317753; }
a { background-color: rgb(49,119,83); }
div.DivClassName
{
background-color: #317753;
}
.BgClassName
{
background-color: #317753;
}
</style>
border-color css
<style>
span { border-color: #317753; }
span { border-color: rgb(49,119,83); }
td.TdClassName
{
border-color: #317753;
}
.TagClassName
{
border-color: #317753;
}
</style>