Shades of Amazon #318147
Tints of Amazon #318147
RGB
CMYK
RGB Variations
Color information
#318147 (or 0x318147) is known color: Amazon. HEX triplet: 31, 81 and 47. RGB value is (49,129,71). Sum of RGB (Red+Green+Blue) = 49+129+71=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #318147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318147 is #CE7EB8. Grayscale: #626262. Windows color (decimal): -13532857 or 4686129. OLE color: 4686129.
HSL color Cylindrical-coordinate representation of color #318147: hue angle of 136.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318147 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 71 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.49 |
| HSL | 136.5º | 0.45% | 0.35% | - |
| HSV(B) | 136.5º | 0.62% | 0.51% | - |
| XYZ | 10.25 | 16.81 | 8.67 | - |
| YUV | 98.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 71 | 0.62 | 0 | 0.45 | 0.49 | 136.5 | 0.45 | 0.35 |
| Hex | 31 | 81 | 47 | 3E | 0 | 2D | 31 | 88 | 2D | 23 |
| Octal | 61 | 201 | 107 | 76 | 0 | 55 | 61 | 210 | 55 | 43 |
| Binary | 110001 | 10000001 | 1000111 | 111110 | 0 | 101101 | 110001 | 10001000 | 101101 | 100011 |
Color Harmonies of #318147
Complementary color
Monochromatic Colors of #318147
Black with #318147
Text Example
Text Example
White with #318147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318147; }
p { color: rgb(49,129,71); }
H1.HeaderClassName
{
color: #318147;
}
.AnyTagClassName
{
color: #318147;
}
</style>
background-color css
<style>
a { background-color: #318147; }
a { background-color: rgb(49,129,71); }
div.DivClassName
{
background-color: #318147;
}
.BgClassName
{
background-color: #318147;
}
</style>
border-color css
<style>
span { border-color: #318147; }
span { border-color: rgb(49,129,71); }
td.TdClassName
{
border-color: #318147;
}
.TagClassName
{
border-color: #318147;
}
</style>