Shades of Amazon #337D52
Tints of Amazon #337D52
RGB
CMYK
RGB Variations
Color information
#337D52 (or 0x337D52) is known color: Amazon. HEX triplet: 33, 7D and 52. RGB value is (51,125,82). Sum of RGB (Red+Green+Blue) = 51+125+82=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #337D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D52 is #CC82AD. Grayscale: #626262. Windows color (decimal): -13402798 or 5406003. OLE color: 5406003.
HSL color Cylindrical-coordinate representation of color #337D52: hue angle of 145.14º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D52 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 82 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.51 |
| HSL | 145.14º | 0.42% | 0.35% | - |
| HSV(B) | 145.14º | 0.59% | 0.49% | - |
| XYZ | 10.22 | 15.98 | 10.53 | - |
| YUV | 97.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 82 | 0.59 | 0 | 0.34 | 0.51 | 145.14 | 0.42 | 0.35 |
| Hex | 33 | 7D | 52 | 3B | 0 | 22 | 33 | 91 | 2A | 23 |
| Octal | 63 | 175 | 122 | 73 | 0 | 42 | 63 | 221 | 52 | 43 |
| Binary | 110011 | 1111101 | 1010010 | 111011 | 0 | 100010 | 110011 | 10010001 | 101010 | 100011 |
Color Harmonies of #337D52
Complementary color
Monochromatic Colors of #337D52
Black with #337D52
Text Example
Text Example
White with #337D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D52; }
p { color: rgb(51,125,82); }
H1.HeaderClassName
{
color: #337D52;
}
.AnyTagClassName
{
color: #337D52;
}
</style>
background-color css
<style>
a { background-color: #337D52; }
a { background-color: rgb(51,125,82); }
div.DivClassName
{
background-color: #337D52;
}
.BgClassName
{
background-color: #337D52;
}
</style>
border-color css
<style>
span { border-color: #337D52; }
span { border-color: rgb(51,125,82); }
td.TdClassName
{
border-color: #337D52;
}
.TagClassName
{
border-color: #337D52;
}
</style>