Shades of Amazon #318051
Tints of Amazon #318051
RGB
CMYK
RGB Variations
Color information
#318051 (or 0x318051) is known color: Amazon. HEX triplet: 31, 80 and 51. RGB value is (49,128,81). Sum of RGB (Red+Green+Blue) = 49+128+81=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #318051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318051 is #CE7FAE. Grayscale: #636363. Windows color (decimal): -13533103 or 5341233. OLE color: 5341233.
HSL color Cylindrical-coordinate representation of color #318051: hue angle of 144.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318051 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 81 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.50 |
| HSL | 144.3º | 0.45% | 0.35% | - |
| HSV(B) | 144.3º | 0.62% | 0.5% | - |
| XYZ | 10.47 | 16.69 | 10.45 | - |
| YUV | 99.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 81 | 0.62 | 0 | 0.37 | 0.50 | 144.3 | 0.45 | 0.35 |
| Hex | 31 | 80 | 51 | 3E | 0 | 25 | 32 | 90 | 2D | 23 |
| Octal | 61 | 200 | 121 | 76 | 0 | 45 | 62 | 220 | 55 | 43 |
| Binary | 110001 | 10000000 | 1010001 | 111110 | 0 | 100101 | 110010 | 10010000 | 101101 | 100011 |
Color Harmonies of #318051
Complementary color
Monochromatic Colors of #318051
Black with #318051
Text Example
Text Example
White with #318051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318051; }
p { color: rgb(49,128,81); }
H1.HeaderClassName
{
color: #318051;
}
.AnyTagClassName
{
color: #318051;
}
</style>
background-color css
<style>
a { background-color: #318051; }
a { background-color: rgb(49,128,81); }
div.DivClassName
{
background-color: #318051;
}
.BgClassName
{
background-color: #318051;
}
</style>
border-color css
<style>
span { border-color: #318051; }
span { border-color: rgb(49,128,81); }
td.TdClassName
{
border-color: #318051;
}
.TagClassName
{
border-color: #318051;
}
</style>