Shades of Amazon #337D4D
Tints of Amazon #337D4D
RGB
CMYK
RGB Variations
Color information
#337D4D (or 0x337D4D) is known color: Amazon. HEX triplet: 33, 7D and 4D. RGB value is (51,125,77). Sum of RGB (Red+Green+Blue) = 51+125+77=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #337D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D4D is #CC82B2. Grayscale: #616161. Windows color (decimal): -13402803 or 5078323. OLE color: 5078323.
HSL color Cylindrical-coordinate representation of color #337D4D: hue angle of 141.08º 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 #337D4D is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 77 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.51 |
| HSL | 141.08º | 0.42% | 0.35% | - |
| HSV(B) | 141.08º | 0.59% | 0.49% | - |
| XYZ | 10.04 | 15.91 | 9.56 | - |
| YUV | 97.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 77 | 0.59 | 0 | 0.38 | 0.51 | 141.08 | 0.42 | 0.35 |
| Hex | 33 | 7D | 4D | 3B | 0 | 26 | 33 | 8D | 2A | 23 |
| Octal | 63 | 175 | 115 | 73 | 0 | 46 | 63 | 215 | 52 | 43 |
| Binary | 110011 | 1111101 | 1001101 | 111011 | 0 | 100110 | 110011 | 10001101 | 101010 | 100011 |
Color Harmonies of #337D4D
Complementary color
Monochromatic Colors of #337D4D
Black with #337D4D
Text Example
Text Example
White with #337D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D4D; }
p { color: rgb(51,125,77); }
H1.HeaderClassName
{
color: #337D4D;
}
.AnyTagClassName
{
color: #337D4D;
}
</style>
background-color css
<style>
a { background-color: #337D4D; }
a { background-color: rgb(51,125,77); }
div.DivClassName
{
background-color: #337D4D;
}
.BgClassName
{
background-color: #337D4D;
}
</style>
border-color css
<style>
span { border-color: #337D4D; }
span { border-color: rgb(51,125,77); }
td.TdClassName
{
border-color: #337D4D;
}
.TagClassName
{
border-color: #337D4D;
}
</style>