Shades of Amazon #317049
Tints of Amazon #317049
RGB
CMYK
RGB Variations
Color information
#317049 (or 0x317049) is known color: Amazon. HEX triplet: 31, 70 and 49. RGB value is (49,112,73). Sum of RGB (Red+Green+Blue) = 49+112+73=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #317049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317049 is #CE8FB6. Grayscale: #585858. Windows color (decimal): -13537207 or 4812849. OLE color: 4812849.
HSL color Cylindrical-coordinate representation of color #317049: hue angle of 142.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317049 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 73 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.56 |
| HSL | 142.86º | 0.39% | 0.32% | - |
| HSV(B) | 142.86º | 0.56% | 0.44% | - |
| XYZ | 8.26 | 12.72 | 8.32 | - |
| YUV | 88.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 73 | 0.56 | 0 | 0.35 | 0.56 | 142.86 | 0.39 | 0.32 |
| Hex | 31 | 70 | 49 | 38 | 0 | 23 | 38 | 8F | 27 | 20 |
| Octal | 61 | 160 | 111 | 70 | 0 | 43 | 70 | 217 | 47 | 40 |
| Binary | 110001 | 1110000 | 1001001 | 111000 | 0 | 100011 | 111000 | 10001111 | 100111 | 100000 |
Color Harmonies of #317049
Complementary color
Monochromatic Colors of #317049
Black with #317049
Text Example
Text Example
White with #317049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317049; }
p { color: rgb(49,112,73); }
H1.HeaderClassName
{
color: #317049;
}
.AnyTagClassName
{
color: #317049;
}
</style>
background-color css
<style>
a { background-color: #317049; }
a { background-color: rgb(49,112,73); }
div.DivClassName
{
background-color: #317049;
}
.BgClassName
{
background-color: #317049;
}
</style>
border-color css
<style>
span { border-color: #317049; }
span { border-color: rgb(49,112,73); }
td.TdClassName
{
border-color: #317049;
}
.TagClassName
{
border-color: #317049;
}
</style>