Shades of Amazon #317046
Tints of Amazon #317046
RGB
CMYK
RGB Variations
Color information
#317046 (or 0x317046) is known color: Amazon. HEX triplet: 31, 70 and 46. RGB value is (49,112,70). Sum of RGB (Red+Green+Blue) = 49+112+70=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #317046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317046 is #CE8FB9. Grayscale: #585858. Windows color (decimal): -13537210 or 4616241. OLE color: 4616241.
HSL color Cylindrical-coordinate representation of color #317046: hue angle of 140º 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 #317046 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 70 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.56 |
| HSL | 140º | 0.39% | 0.32% | - |
| HSV(B) | 140º | 0.56% | 0.44% | - |
| XYZ | 8.17 | 12.68 | 7.81 | - |
| YUV | 88.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 70 | 0.56 | 0 | 0.38 | 0.56 | 140 | 0.39 | 0.32 |
| Hex | 31 | 70 | 46 | 38 | 0 | 26 | 38 | 8C | 27 | 20 |
| Octal | 61 | 160 | 106 | 70 | 0 | 46 | 70 | 214 | 47 | 40 |
| Binary | 110001 | 1110000 | 1000110 | 111000 | 0 | 100110 | 111000 | 10001100 | 100111 | 100000 |
Color Harmonies of #317046
Complementary color
Monochromatic Colors of #317046
Black with #317046
Text Example
Text Example
White with #317046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317046; }
p { color: rgb(49,112,70); }
H1.HeaderClassName
{
color: #317046;
}
.AnyTagClassName
{
color: #317046;
}
</style>
background-color css
<style>
a { background-color: #317046; }
a { background-color: rgb(49,112,70); }
div.DivClassName
{
background-color: #317046;
}
.BgClassName
{
background-color: #317046;
}
</style>
border-color css
<style>
span { border-color: #317046; }
span { border-color: rgb(49,112,70); }
td.TdClassName
{
border-color: #317046;
}
.TagClassName
{
border-color: #317046;
}
</style>