Shades of Amazon #337157
Tints of Amazon #337157
RGB
CMYK
RGB Variations
Color information
#337157 (or 0x337157) is known color: Amazon. HEX triplet: 33, 71 and 57. RGB value is (51,113,87). Sum of RGB (Red+Green+Blue) = 51+113+87=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #337157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337157 is #CC8EA8. Grayscale: #5B5B5B. Windows color (decimal): -13405865 or 5730611. OLE color: 5730611.
HSL color Cylindrical-coordinate representation of color #337157: hue angle of 154.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337157 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 87 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.56 |
| HSL | 154.84º | 0.38% | 0.32% | - |
| HSV(B) | 154.84º | 0.55% | 0.44% | - |
| XYZ | 8.99 | 13.2 | 11.09 | - |
| YUV | 91.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 87 | 0.55 | 0 | 0.23 | 0.56 | 154.84 | 0.38 | 0.32 |
| Hex | 33 | 71 | 57 | 37 | 0 | 17 | 38 | 9B | 26 | 20 |
| Octal | 63 | 161 | 127 | 67 | 0 | 27 | 70 | 233 | 46 | 40 |
| Binary | 110011 | 1110001 | 1010111 | 110111 | 0 | 10111 | 111000 | 10011011 | 100110 | 100000 |
Color Harmonies of #337157
Complementary color
Monochromatic Colors of #337157
Black with #337157
Text Example
Text Example
White with #337157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337157; }
p { color: rgb(51,113,87); }
H1.HeaderClassName
{
color: #337157;
}
.AnyTagClassName
{
color: #337157;
}
</style>
background-color css
<style>
a { background-color: #337157; }
a { background-color: rgb(51,113,87); }
div.DivClassName
{
background-color: #337157;
}
.BgClassName
{
background-color: #337157;
}
</style>
border-color css
<style>
span { border-color: #337157; }
span { border-color: rgb(51,113,87); }
td.TdClassName
{
border-color: #337157;
}
.TagClassName
{
border-color: #337157;
}
</style>