Shades of Amazon #318348
Tints of Amazon #318348
RGB
CMYK
RGB Variations
Color information
#318348 (or 0x318348) is known color: Amazon. HEX triplet: 31, 83 and 48. RGB value is (49,131,72). Sum of RGB (Red+Green+Blue) = 49+131+72=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #318348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318348 is #CE7CB7. Grayscale: #636363. Windows color (decimal): -13532344 or 4752177. OLE color: 4752177.
HSL color Cylindrical-coordinate representation of color #318348: hue angle of 136.83º 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 #318348 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 131 | 72 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.49 |
| HSL | 136.83º | 0.46% | 0.35% | - |
| HSV(B) | 136.83º | 0.63% | 0.51% | - |
| XYZ | 10.55 | 17.35 | 8.92 | - |
| YUV | 99.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 131 | 72 | 0.63 | 0 | 0.45 | 0.49 | 136.83 | 0.46 | 0.35 |
| Hex | 31 | 83 | 48 | 3F | 0 | 2D | 31 | 89 | 2E | 23 |
| Octal | 61 | 203 | 110 | 77 | 0 | 55 | 61 | 211 | 56 | 43 |
| Binary | 110001 | 10000011 | 1001000 | 111111 | 0 | 101101 | 110001 | 10001001 | 101110 | 100011 |
Color Harmonies of #318348
Complementary color
Monochromatic Colors of #318348
Black with #318348
Text Example
Text Example
White with #318348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318348; }
p { color: rgb(49,131,72); }
H1.HeaderClassName
{
color: #318348;
}
.AnyTagClassName
{
color: #318348;
}
</style>
background-color css
<style>
a { background-color: #318348; }
a { background-color: rgb(49,131,72); }
div.DivClassName
{
background-color: #318348;
}
.BgClassName
{
background-color: #318348;
}
</style>
border-color css
<style>
span { border-color: #318348; }
span { border-color: rgb(49,131,72); }
td.TdClassName
{
border-color: #318348;
}
.TagClassName
{
border-color: #318348;
}
</style>