Shades of Amazon #337050
Tints of Amazon #337050
RGB
CMYK
RGB Variations
Color information
#337050 (or 0x337050) is known color: Amazon. HEX triplet: 33, 70 and 50. RGB value is (51,112,80). Sum of RGB (Red+Green+Blue) = 51+112+80=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #337050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337050 is #CC8FAF. Grayscale: #5A5A5A. Windows color (decimal): -13406128 or 5271603. OLE color: 5271603.
HSL color Cylindrical-coordinate representation of color #337050: hue angle of 148.52º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337050 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 112 | 80 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.56 |
| HSL | 148.52º | 0.37% | 0.32% | - |
| HSV(B) | 148.52º | 0.54% | 0.44% | - |
| XYZ | 8.61 | 12.87 | 9.62 | - |
| YUV | 90.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 80 | 0.54 | 0 | 0.29 | 0.56 | 148.52 | 0.37 | 0.32 |
| Hex | 33 | 70 | 50 | 36 | 0 | 1D | 38 | 95 | 25 | 20 |
| Octal | 63 | 160 | 120 | 66 | 0 | 35 | 70 | 225 | 45 | 40 |
| Binary | 110011 | 1110000 | 1010000 | 110110 | 0 | 11101 | 111000 | 10010101 | 100101 | 100000 |
Color Harmonies of #337050
Complementary color
Monochromatic Colors of #337050
Black with #337050
Text Example
Text Example
White with #337050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337050; }
p { color: rgb(51,112,80); }
H1.HeaderClassName
{
color: #337050;
}
.AnyTagClassName
{
color: #337050;
}
</style>
background-color css
<style>
a { background-color: #337050; }
a { background-color: rgb(51,112,80); }
div.DivClassName
{
background-color: #337050;
}
.BgClassName
{
background-color: #337050;
}
</style>
border-color css
<style>
span { border-color: #337050; }
span { border-color: rgb(51,112,80); }
td.TdClassName
{
border-color: #337050;
}
.TagClassName
{
border-color: #337050;
}
</style>