Shades of Amazon #317146
Tints of Amazon #317146
RGB
CMYK
RGB Variations
Color information
#317146 (or 0x317146) is known color: Amazon. HEX triplet: 31, 71 and 46. RGB value is (49,113,70). Sum of RGB (Red+Green+Blue) = 49+113+70=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #317146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317146 is #CE8EB9. Grayscale: #595959. Windows color (decimal): -13536954 or 4616497. OLE color: 4616497.
HSL color Cylindrical-coordinate representation of color #317146: hue angle of 139.69º 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 #317146 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 70 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.56 |
| HSL | 139.69º | 0.4% | 0.32% | - |
| HSV(B) | 139.69º | 0.57% | 0.44% | - |
| XYZ | 8.28 | 12.91 | 7.85 | - |
| YUV | 88.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 70 | 0.57 | 0 | 0.38 | 0.56 | 139.69 | 0.4 | 0.32 |
| Hex | 31 | 71 | 46 | 39 | 0 | 26 | 38 | 8C | 28 | 20 |
| Octal | 61 | 161 | 106 | 71 | 0 | 46 | 70 | 214 | 50 | 40 |
| Binary | 110001 | 1110001 | 1000110 | 111001 | 0 | 100110 | 111000 | 10001100 | 101000 | 100000 |
Color Harmonies of #317146
Complementary color
Monochromatic Colors of #317146
Black with #317146
Text Example
Text Example
White with #317146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317146; }
p { color: rgb(49,113,70); }
H1.HeaderClassName
{
color: #317146;
}
.AnyTagClassName
{
color: #317146;
}
</style>
background-color css
<style>
a { background-color: #317146; }
a { background-color: rgb(49,113,70); }
div.DivClassName
{
background-color: #317146;
}
.BgClassName
{
background-color: #317146;
}
</style>
border-color css
<style>
span { border-color: #317146; }
span { border-color: rgb(49,113,70); }
td.TdClassName
{
border-color: #317146;
}
.TagClassName
{
border-color: #317146;
}
</style>