Shades of Amazon #317949
Tints of Amazon #317949
RGB
CMYK
RGB Variations
Color information
#317949 (or 0x317949) is known color: Amazon. HEX triplet: 31, 79 and 49. RGB value is (49,121,73). Sum of RGB (Red+Green+Blue) = 49+121+73=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #317949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317949 is #CE86B6. Grayscale: #5E5E5E. Windows color (decimal): -13534903 or 4815153. OLE color: 4815153.
HSL color Cylindrical-coordinate representation of color #317949: hue angle of 140º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317949 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 73 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.53 |
| HSL | 140º | 0.42% | 0.33% | - |
| HSV(B) | 140º | 0.6% | 0.47% | - |
| XYZ | 9.31 | 14.81 | 8.67 | - |
| YUV | 94 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 73 | 0.60 | 0 | 0.40 | 0.53 | 140 | 0.42 | 0.33 |
| Hex | 31 | 79 | 49 | 3C | 0 | 28 | 35 | 8C | 2A | 21 |
| Octal | 61 | 171 | 111 | 74 | 0 | 50 | 65 | 214 | 52 | 41 |
| Binary | 110001 | 1111001 | 1001001 | 111100 | 0 | 101000 | 110101 | 10001100 | 101010 | 100001 |
Color Harmonies of #317949
Complementary color
Monochromatic Colors of #317949
Black with #317949
Text Example
Text Example
White with #317949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317949; }
p { color: rgb(49,121,73); }
H1.HeaderClassName
{
color: #317949;
}
.AnyTagClassName
{
color: #317949;
}
</style>
background-color css
<style>
a { background-color: #317949; }
a { background-color: rgb(49,121,73); }
div.DivClassName
{
background-color: #317949;
}
.BgClassName
{
background-color: #317949;
}
</style>
border-color css
<style>
span { border-color: #317949; }
span { border-color: rgb(49,121,73); }
td.TdClassName
{
border-color: #317949;
}
.TagClassName
{
border-color: #317949;
}
</style>