Shades of Amazon #337E50
Tints of Amazon #337E50
RGB
CMYK
RGB Variations
Color information
#337E50 (or 0x337E50) is known color: Amazon. HEX triplet: 33, 7E and 50. RGB value is (51,126,80). Sum of RGB (Red+Green+Blue) = 51+126+80=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #337E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E50 is #CC81AF. Grayscale: #626262. Windows color (decimal): -13402544 or 5275187. OLE color: 5275187.
HSL color Cylindrical-coordinate representation of color #337E50: hue angle of 143.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E50 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 80 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.51 |
| HSL | 143.2º | 0.42% | 0.35% | - |
| HSV(B) | 143.2º | 0.6% | 0.49% | - |
| XYZ | 10.27 | 16.2 | 10.18 | - |
| YUV | 98.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 80 | 0.60 | 0 | 0.37 | 0.51 | 143.2 | 0.42 | 0.35 |
| Hex | 33 | 7E | 50 | 3C | 0 | 25 | 33 | 8F | 2A | 23 |
| Octal | 63 | 176 | 120 | 74 | 0 | 45 | 63 | 217 | 52 | 43 |
| Binary | 110011 | 1111110 | 1010000 | 111100 | 0 | 100101 | 110011 | 10001111 | 101010 | 100011 |
Color Harmonies of #337E50
Complementary color
Monochromatic Colors of #337E50
Black with #337E50
Text Example
Text Example
White with #337E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E50; }
p { color: rgb(51,126,80); }
H1.HeaderClassName
{
color: #337E50;
}
.AnyTagClassName
{
color: #337E50;
}
</style>
background-color css
<style>
a { background-color: #337E50; }
a { background-color: rgb(51,126,80); }
div.DivClassName
{
background-color: #337E50;
}
.BgClassName
{
background-color: #337E50;
}
</style>
border-color css
<style>
span { border-color: #337E50; }
span { border-color: rgb(51,126,80); }
td.TdClassName
{
border-color: #337E50;
}
.TagClassName
{
border-color: #337E50;
}
</style>