Shades of Amazon #317853
Tints of Amazon #317853
RGB
CMYK
RGB Variations
Color information
#317853 (or 0x317853) is known color: Amazon. HEX triplet: 31, 78 and 53. RGB value is (49,120,83). Sum of RGB (Red+Green+Blue) = 49+120+83=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #317853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317853 is #CE87AC. Grayscale: #5E5E5E. Windows color (decimal): -13535149 or 5470257. OLE color: 5470257.
HSL color Cylindrical-coordinate representation of color #317853: hue angle of 148.73º 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 #317853 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 83 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.53 |
| HSL | 148.73º | 0.42% | 0.33% | - |
| HSV(B) | 148.73º | 0.59% | 0.47% | - |
| XYZ | 9.54 | 14.71 | 10.52 | - |
| YUV | 94.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 83 | 0.59 | 0 | 0.31 | 0.53 | 148.73 | 0.42 | 0.33 |
| Hex | 31 | 78 | 53 | 3B | 0 | 1F | 35 | 95 | 2A | 21 |
| Octal | 61 | 170 | 123 | 73 | 0 | 37 | 65 | 225 | 52 | 41 |
| Binary | 110001 | 1111000 | 1010011 | 111011 | 0 | 11111 | 110101 | 10010101 | 101010 | 100001 |
Color Harmonies of #317853
Complementary color
Monochromatic Colors of #317853
Black with #317853
Text Example
Text Example
White with #317853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317853; }
p { color: rgb(49,120,83); }
H1.HeaderClassName
{
color: #317853;
}
.AnyTagClassName
{
color: #317853;
}
</style>
background-color css
<style>
a { background-color: #317853; }
a { background-color: rgb(49,120,83); }
div.DivClassName
{
background-color: #317853;
}
.BgClassName
{
background-color: #317853;
}
</style>
border-color css
<style>
span { border-color: #317853; }
span { border-color: rgb(49,120,83); }
td.TdClassName
{
border-color: #317853;
}
.TagClassName
{
border-color: #317853;
}
</style>