Shades of Amazon #317154
Tints of Amazon #317154
RGB
CMYK
RGB Variations
Color information
#317154 (or 0x317154) is known color: Amazon. HEX triplet: 31, 71 and 54. RGB value is (49,113,84). Sum of RGB (Red+Green+Blue) = 49+113+84=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #317154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317154 is #CE8EAB. Grayscale: #5A5A5A. Windows color (decimal): -13536940 or 5534001. OLE color: 5534001.
HSL color Cylindrical-coordinate representation of color #317154: hue angle of 152.81º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317154 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 84 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.56 |
| HSL | 152.81º | 0.4% | 0.32% | - |
| HSV(B) | 152.81º | 0.57% | 0.44% | - |
| XYZ | 8.77 | 13.1 | 10.45 | - |
| YUV | 90.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 84 | 0.57 | 0 | 0.26 | 0.56 | 152.81 | 0.4 | 0.32 |
| Hex | 31 | 71 | 54 | 39 | 0 | 1A | 38 | 99 | 28 | 20 |
| Octal | 61 | 161 | 124 | 71 | 0 | 32 | 70 | 231 | 50 | 40 |
| Binary | 110001 | 1110001 | 1010100 | 111001 | 0 | 11010 | 111000 | 10011001 | 101000 | 100000 |
Color Harmonies of #317154
Complementary color
Monochromatic Colors of #317154
Black with #317154
Text Example
Text Example
White with #317154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317154; }
p { color: rgb(49,113,84); }
H1.HeaderClassName
{
color: #317154;
}
.AnyTagClassName
{
color: #317154;
}
</style>
background-color css
<style>
a { background-color: #317154; }
a { background-color: rgb(49,113,84); }
div.DivClassName
{
background-color: #317154;
}
.BgClassName
{
background-color: #317154;
}
</style>
border-color css
<style>
span { border-color: #317154; }
span { border-color: rgb(49,113,84); }
td.TdClassName
{
border-color: #317154;
}
.TagClassName
{
border-color: #317154;
}
</style>