Shades of Amazon #317144
Tints of Amazon #317144
RGB
CMYK
RGB Variations
Color information
#317144 (or 0x317144) is known color: Amazon. HEX triplet: 31, 71 and 44. RGB value is (49,113,68). Sum of RGB (Red+Green+Blue) = 49+113+68=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #317144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317144 is #CE8EBB. Grayscale: #585858. Windows color (decimal): -13536956 or 4485425. OLE color: 4485425.
HSL color Cylindrical-coordinate representation of color #317144: hue angle of 137.81º 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 #317144 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 68 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.56 |
| HSL | 137.81º | 0.4% | 0.32% | - |
| HSV(B) | 137.81º | 0.57% | 0.44% | - |
| XYZ | 8.22 | 12.88 | 7.52 | - |
| YUV | 88.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 68 | 0.57 | 0 | 0.40 | 0.56 | 137.81 | 0.4 | 0.32 |
| Hex | 31 | 71 | 44 | 39 | 0 | 28 | 38 | 8A | 28 | 20 |
| Octal | 61 | 161 | 104 | 71 | 0 | 50 | 70 | 212 | 50 | 40 |
| Binary | 110001 | 1110001 | 1000100 | 111001 | 0 | 101000 | 111000 | 10001010 | 101000 | 100000 |
Color Harmonies of #317144
Complementary color
Monochromatic Colors of #317144
Black with #317144
Text Example
Text Example
White with #317144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317144; }
p { color: rgb(49,113,68); }
H1.HeaderClassName
{
color: #317144;
}
.AnyTagClassName
{
color: #317144;
}
</style>
background-color css
<style>
a { background-color: #317144; }
a { background-color: rgb(49,113,68); }
div.DivClassName
{
background-color: #317144;
}
.BgClassName
{
background-color: #317144;
}
</style>
border-color css
<style>
span { border-color: #317144; }
span { border-color: rgb(49,113,68); }
td.TdClassName
{
border-color: #317144;
}
.TagClassName
{
border-color: #317144;
}
</style>