Shades of Amazon #318059
Tints of Amazon #318059
RGB
CMYK
RGB Variations
Color information
#318059 (or 0x318059) is known color: Amazon. HEX triplet: 31, 80 and 59. RGB value is (49,128,89). Sum of RGB (Red+Green+Blue) = 49+128+89=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #318059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318059 is #CE7FA6. Grayscale: #646464. Windows color (decimal): -13533095 or 5865521. OLE color: 5865521.
HSL color Cylindrical-coordinate representation of color #318059: hue angle of 150.38º 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 #318059 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 89 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.50 |
| HSL | 150.38º | 0.45% | 0.35% | - |
| HSV(B) | 150.38º | 0.62% | 0.5% | - |
| XYZ | 10.79 | 16.81 | 12.13 | - |
| YUV | 99.93 | 121.83 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 89 | 0.62 | 0 | 0.30 | 0.50 | 150.38 | 0.45 | 0.35 |
| Hex | 31 | 80 | 59 | 3E | 0 | 1E | 32 | 96 | 2D | 23 |
| Octal | 61 | 200 | 131 | 76 | 0 | 36 | 62 | 226 | 55 | 43 |
| Binary | 110001 | 10000000 | 1011001 | 111110 | 0 | 11110 | 110010 | 10010110 | 101101 | 100011 |
Color Harmonies of #318059
Complementary color
Monochromatic Colors of #318059
Black with #318059
Text Example
Text Example
White with #318059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318059; }
p { color: rgb(49,128,89); }
H1.HeaderClassName
{
color: #318059;
}
.AnyTagClassName
{
color: #318059;
}
</style>
background-color css
<style>
a { background-color: #318059; }
a { background-color: rgb(49,128,89); }
div.DivClassName
{
background-color: #318059;
}
.BgClassName
{
background-color: #318059;
}
</style>
border-color css
<style>
span { border-color: #318059; }
span { border-color: rgb(49,128,89); }
td.TdClassName
{
border-color: #318059;
}
.TagClassName
{
border-color: #318059;
}
</style>