Shades of Amazon #318151
Tints of Amazon #318151
RGB
CMYK
RGB Variations
Color information
#318151 (or 0x318151) is known color: Amazon. HEX triplet: 31, 81 and 51. RGB value is (49,129,81). Sum of RGB (Red+Green+Blue) = 49+129+81=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #318151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318151 is #CE7EAE. Grayscale: #636363. Windows color (decimal): -13532847 or 5341489. OLE color: 5341489.
HSL color Cylindrical-coordinate representation of color #318151: hue angle of 144º 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 #318151 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 81 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.49 |
| HSL | 144º | 0.45% | 0.35% | - |
| HSV(B) | 144º | 0.62% | 0.51% | - |
| XYZ | 10.6 | 16.95 | 10.5 | - |
| YUV | 99.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 81 | 0.62 | 0 | 0.37 | 0.49 | 144 | 0.45 | 0.35 |
| Hex | 31 | 81 | 51 | 3E | 0 | 25 | 31 | 90 | 2D | 23 |
| Octal | 61 | 201 | 121 | 76 | 0 | 45 | 61 | 220 | 55 | 43 |
| Binary | 110001 | 10000001 | 1010001 | 111110 | 0 | 100101 | 110001 | 10010000 | 101101 | 100011 |
Color Harmonies of #318151
Complementary color
Monochromatic Colors of #318151
Black with #318151
Text Example
Text Example
White with #318151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318151; }
p { color: rgb(49,129,81); }
H1.HeaderClassName
{
color: #318151;
}
.AnyTagClassName
{
color: #318151;
}
</style>
background-color css
<style>
a { background-color: #318151; }
a { background-color: rgb(49,129,81); }
div.DivClassName
{
background-color: #318151;
}
.BgClassName
{
background-color: #318151;
}
</style>
border-color css
<style>
span { border-color: #318151; }
span { border-color: rgb(49,129,81); }
td.TdClassName
{
border-color: #318151;
}
.TagClassName
{
border-color: #318151;
}
</style>