Shades of Amazon #337D4E
Tints of Amazon #337D4E
RGB
CMYK
RGB Variations
Color information
#337D4E (or 0x337D4E) is known color: Amazon. HEX triplet: 33, 7D and 4E. RGB value is (51,125,78). Sum of RGB (Red+Green+Blue) = 51+125+78=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #337D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D4E is #CC82B1. Grayscale: #616161. Windows color (decimal): -13402802 or 5143859. OLE color: 5143859.
HSL color Cylindrical-coordinate representation of color #337D4E: hue angle of 141.89º 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 #337D4E is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 78 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.51 |
| HSL | 141.89º | 0.42% | 0.35% | - |
| HSV(B) | 141.89º | 0.59% | 0.49% | - |
| XYZ | 10.07 | 15.92 | 9.75 | - |
| YUV | 97.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 78 | 0.59 | 0 | 0.38 | 0.51 | 141.89 | 0.42 | 0.35 |
| Hex | 33 | 7D | 4E | 3B | 0 | 26 | 33 | 8E | 2A | 23 |
| Octal | 63 | 175 | 116 | 73 | 0 | 46 | 63 | 216 | 52 | 43 |
| Binary | 110011 | 1111101 | 1001110 | 111011 | 0 | 100110 | 110011 | 10001110 | 101010 | 100011 |
Color Harmonies of #337D4E
Complementary color
Monochromatic Colors of #337D4E
Black with #337D4E
Text Example
Text Example
White with #337D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D4E; }
p { color: rgb(51,125,78); }
H1.HeaderClassName
{
color: #337D4E;
}
.AnyTagClassName
{
color: #337D4E;
}
</style>
background-color css
<style>
a { background-color: #337D4E; }
a { background-color: rgb(51,125,78); }
div.DivClassName
{
background-color: #337D4E;
}
.BgClassName
{
background-color: #337D4E;
}
</style>
border-color css
<style>
span { border-color: #337D4E; }
span { border-color: rgb(51,125,78); }
td.TdClassName
{
border-color: #337D4E;
}
.TagClassName
{
border-color: #337D4E;
}
</style>