Shades of Amazon #317553
Tints of Amazon #317553
RGB
CMYK
RGB Variations
Color information
#317553 (or 0x317553) is known color: Amazon. HEX triplet: 31, 75 and 53. RGB value is (49,117,83). Sum of RGB (Red+Green+Blue) = 49+117+83=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #317553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317553 is #CE8AAC. Grayscale: #5C5C5C. Windows color (decimal): -13535917 or 5469489. OLE color: 5469489.
HSL color Cylindrical-coordinate representation of color #317553: hue angle of 150º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317553 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 117 | 83 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.54 |
| HSL | 150º | 0.41% | 0.33% | - |
| HSV(B) | 150º | 0.58% | 0.46% | - |
| XYZ | 9.19 | 14 | 10.4 | - |
| YUV | 92.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 83 | 0.58 | 0 | 0.29 | 0.54 | 150 | 0.41 | 0.33 |
| Hex | 31 | 75 | 53 | 3A | 0 | 1D | 36 | 96 | 29 | 21 |
| Octal | 61 | 165 | 123 | 72 | 0 | 35 | 66 | 226 | 51 | 41 |
| Binary | 110001 | 1110101 | 1010011 | 111010 | 0 | 11101 | 110110 | 10010110 | 101001 | 100001 |
Color Harmonies of #317553
Complementary color
Monochromatic Colors of #317553
Black with #317553
Text Example
Text Example
White with #317553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317553; }
p { color: rgb(49,117,83); }
H1.HeaderClassName
{
color: #317553;
}
.AnyTagClassName
{
color: #317553;
}
</style>
background-color css
<style>
a { background-color: #317553; }
a { background-color: rgb(49,117,83); }
div.DivClassName
{
background-color: #317553;
}
.BgClassName
{
background-color: #317553;
}
</style>
border-color css
<style>
span { border-color: #317553; }
span { border-color: rgb(49,117,83); }
td.TdClassName
{
border-color: #317553;
}
.TagClassName
{
border-color: #317553;
}
</style>