Shades of Amazon #317353
Tints of Amazon #317353
RGB
CMYK
RGB Variations
Color information
#317353 (or 0x317353) is known color: Amazon. HEX triplet: 31, 73 and 53. RGB value is (49,115,83). Sum of RGB (Red+Green+Blue) = 49+115+83=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #317353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317353 is #CE8CAC. Grayscale: #5B5B5B. Windows color (decimal): -13536429 or 5468977. OLE color: 5468977.
HSL color Cylindrical-coordinate representation of color #317353: hue angle of 150.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317353 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 115 | 83 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.55 |
| HSL | 150.91º | 0.4% | 0.32% | - |
| HSV(B) | 150.91º | 0.57% | 0.45% | - |
| XYZ | 8.96 | 13.54 | 10.32 | - |
| YUV | 91.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 83 | 0.57 | 0 | 0.28 | 0.55 | 150.91 | 0.4 | 0.32 |
| Hex | 31 | 73 | 53 | 39 | 0 | 1C | 37 | 97 | 28 | 20 |
| Octal | 61 | 163 | 123 | 71 | 0 | 34 | 67 | 227 | 50 | 40 |
| Binary | 110001 | 1110011 | 1010011 | 111001 | 0 | 11100 | 110111 | 10010111 | 101000 | 100000 |
Color Harmonies of #317353
Complementary color
Monochromatic Colors of #317353
Black with #317353
Text Example
Text Example
White with #317353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317353; }
p { color: rgb(49,115,83); }
H1.HeaderClassName
{
color: #317353;
}
.AnyTagClassName
{
color: #317353;
}
</style>
background-color css
<style>
a { background-color: #317353; }
a { background-color: rgb(49,115,83); }
div.DivClassName
{
background-color: #317353;
}
.BgClassName
{
background-color: #317353;
}
</style>
border-color css
<style>
span { border-color: #317353; }
span { border-color: rgb(49,115,83); }
td.TdClassName
{
border-color: #317353;
}
.TagClassName
{
border-color: #317353;
}
</style>