Shades of Amazon #318246
Tints of Amazon #318246
RGB
CMYK
RGB Variations
Color information
#318246 (or 0x318246) is known color: Amazon. HEX triplet: 31, 82 and 46. RGB value is (49,130,70). Sum of RGB (Red+Green+Blue) = 49+130+70=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #318246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318246 is #CE7DB9. Grayscale: #636363. Windows color (decimal): -13532602 or 4620849. OLE color: 4620849.
HSL color Cylindrical-coordinate representation of color #318246: hue angle of 135.56º 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 #318246 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 70 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.49 |
| HSL | 135.56º | 0.45% | 0.35% | - |
| HSV(B) | 135.56º | 0.62% | 0.51% | - |
| XYZ | 10.35 | 17.06 | 8.54 | - |
| YUV | 98.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 70 | 0.62 | 0 | 0.46 | 0.49 | 135.56 | 0.45 | 0.35 |
| Hex | 31 | 82 | 46 | 3E | 0 | 2E | 31 | 88 | 2D | 23 |
| Octal | 61 | 202 | 106 | 76 | 0 | 56 | 61 | 210 | 55 | 43 |
| Binary | 110001 | 10000010 | 1000110 | 111110 | 0 | 101110 | 110001 | 10001000 | 101101 | 100011 |
Color Harmonies of #318246
Complementary color
Monochromatic Colors of #318246
Black with #318246
Text Example
Text Example
White with #318246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318246; }
p { color: rgb(49,130,70); }
H1.HeaderClassName
{
color: #318246;
}
.AnyTagClassName
{
color: #318246;
}
</style>
background-color css
<style>
a { background-color: #318246; }
a { background-color: rgb(49,130,70); }
div.DivClassName
{
background-color: #318246;
}
.BgClassName
{
background-color: #318246;
}
</style>
border-color css
<style>
span { border-color: #318246; }
span { border-color: rgb(49,130,70); }
td.TdClassName
{
border-color: #318246;
}
.TagClassName
{
border-color: #318246;
}
</style>