Shades of Amazon #337156
Tints of Amazon #337156
RGB
CMYK
RGB Variations
Color information
#337156 (or 0x337156) is known color: Amazon. HEX triplet: 33, 71 and 56. RGB value is (51,113,86). Sum of RGB (Red+Green+Blue) = 51+113+86=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #337156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337156 is #CC8EA9. Grayscale: #5B5B5B. Windows color (decimal): -13405866 or 5665075. OLE color: 5665075.
HSL color Cylindrical-coordinate representation of color #337156: hue angle of 153.87º 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 #337156 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 86 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.56 |
| HSL | 153.87º | 0.38% | 0.32% | - |
| HSV(B) | 153.87º | 0.55% | 0.44% | - |
| XYZ | 8.95 | 13.19 | 10.88 | - |
| YUV | 91.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 86 | 0.55 | 0 | 0.24 | 0.56 | 153.87 | 0.38 | 0.32 |
| Hex | 33 | 71 | 56 | 37 | 0 | 18 | 38 | 9A | 26 | 20 |
| Octal | 63 | 161 | 126 | 67 | 0 | 30 | 70 | 232 | 46 | 40 |
| Binary | 110011 | 1110001 | 1010110 | 110111 | 0 | 11000 | 111000 | 10011010 | 100110 | 100000 |
Color Harmonies of #337156
Complementary color
Monochromatic Colors of #337156
Black with #337156
Text Example
Text Example
White with #337156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337156; }
p { color: rgb(51,113,86); }
H1.HeaderClassName
{
color: #337156;
}
.AnyTagClassName
{
color: #337156;
}
</style>
background-color css
<style>
a { background-color: #337156; }
a { background-color: rgb(51,113,86); }
div.DivClassName
{
background-color: #337156;
}
.BgClassName
{
background-color: #337156;
}
</style>
border-color css
<style>
span { border-color: #337156; }
span { border-color: rgb(51,113,86); }
td.TdClassName
{
border-color: #337156;
}
.TagClassName
{
border-color: #337156;
}
</style>