Shades of Amazon #318345
Tints of Amazon #318345
RGB
CMYK
RGB Variations
Color information
#318345 (or 0x318345) is known color: Amazon. HEX triplet: 31, 83 and 45. RGB value is (49,131,69). Sum of RGB (Red+Green+Blue) = 49+131+69=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #318345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318345 is #CE7CBA. Grayscale: #636363. Windows color (decimal): -13532347 or 4555569. OLE color: 4555569.
HSL color Cylindrical-coordinate representation of color #318345: hue angle of 134.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318345 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 131 | 69 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.49 |
| HSL | 134.63º | 0.46% | 0.35% | - |
| HSV(B) | 134.63º | 0.63% | 0.51% | - |
| XYZ | 10.46 | 17.32 | 8.42 | - |
| YUV | 99.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 69 | 0.63 | 0 | 0.47 | 0.49 | 134.63 | 0.46 | 0.35 |
| Hex | 31 | 83 | 45 | 3F | 0 | 2F | 31 | 87 | 2E | 23 |
| Octal | 61 | 203 | 105 | 77 | 0 | 57 | 61 | 207 | 56 | 43 |
| Binary | 110001 | 10000011 | 1000101 | 111111 | 0 | 101111 | 110001 | 10000111 | 101110 | 100011 |
Color Harmonies of #318345
Complementary color
Monochromatic Colors of #318345
Black with #318345
Text Example
Text Example
White with #318345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318345; }
p { color: rgb(49,131,69); }
H1.HeaderClassName
{
color: #318345;
}
.AnyTagClassName
{
color: #318345;
}
</style>
background-color css
<style>
a { background-color: #318345; }
a { background-color: rgb(49,131,69); }
div.DivClassName
{
background-color: #318345;
}
.BgClassName
{
background-color: #318345;
}
</style>
border-color css
<style>
span { border-color: #318345; }
span { border-color: rgb(49,131,69); }
td.TdClassName
{
border-color: #318345;
}
.TagClassName
{
border-color: #318345;
}
</style>