Shades of Amazon #317048
Tints of Amazon #317048
RGB
CMYK
RGB Variations
Color information
#317048 (or 0x317048) is known color: Amazon. HEX triplet: 31, 70 and 48. RGB value is (49,112,72). Sum of RGB (Red+Green+Blue) = 49+112+72=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #317048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317048 is #CE8FB7. Grayscale: #585858. Windows color (decimal): -13537208 or 4747313. OLE color: 4747313.
HSL color Cylindrical-coordinate representation of color #317048: hue angle of 141.9º 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 #317048 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 72 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.56 |
| HSL | 141.9º | 0.39% | 0.32% | - |
| HSV(B) | 141.9º | 0.56% | 0.44% | - |
| XYZ | 8.23 | 12.71 | 8.15 | - |
| YUV | 88.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 72 | 0.56 | 0 | 0.36 | 0.56 | 141.9 | 0.39 | 0.32 |
| Hex | 31 | 70 | 48 | 38 | 0 | 24 | 38 | 8E | 27 | 20 |
| Octal | 61 | 160 | 110 | 70 | 0 | 44 | 70 | 216 | 47 | 40 |
| Binary | 110001 | 1110000 | 1001000 | 111000 | 0 | 100100 | 111000 | 10001110 | 100111 | 100000 |
Color Harmonies of #317048
Complementary color
Monochromatic Colors of #317048
Black with #317048
Text Example
Text Example
White with #317048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317048; }
p { color: rgb(49,112,72); }
H1.HeaderClassName
{
color: #317048;
}
.AnyTagClassName
{
color: #317048;
}
</style>
background-color css
<style>
a { background-color: #317048; }
a { background-color: rgb(49,112,72); }
div.DivClassName
{
background-color: #317048;
}
.BgClassName
{
background-color: #317048;
}
</style>
border-color css
<style>
span { border-color: #317048; }
span { border-color: rgb(49,112,72); }
td.TdClassName
{
border-color: #317048;
}
.TagClassName
{
border-color: #317048;
}
</style>