Shades of Amazon #337D4B
Tints of Amazon #337D4B
RGB
CMYK
RGB Variations
Color information
#337D4B (or 0x337D4B) is known color: Amazon. HEX triplet: 33, 7D and 4B. RGB value is (51,125,75). Sum of RGB (Red+Green+Blue) = 51+125+75=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #337D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D4B is #CC82B4. Grayscale: #616161. Windows color (decimal): -13402805 or 4947251. OLE color: 4947251.
HSL color Cylindrical-coordinate representation of color #337D4B: hue angle of 139.46º 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 #337D4B is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 75 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.51 |
| HSL | 139.46º | 0.42% | 0.35% | - |
| HSV(B) | 139.46º | 0.59% | 0.49% | - |
| XYZ | 9.97 | 15.88 | 9.2 | - |
| YUV | 97.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 75 | 0.59 | 0 | 0.40 | 0.51 | 139.46 | 0.42 | 0.35 |
| Hex | 33 | 7D | 4B | 3B | 0 | 28 | 33 | 8B | 2A | 23 |
| Octal | 63 | 175 | 113 | 73 | 0 | 50 | 63 | 213 | 52 | 43 |
| Binary | 110011 | 1111101 | 1001011 | 111011 | 0 | 101000 | 110011 | 10001011 | 101010 | 100011 |
Color Harmonies of #337D4B
Complementary color
Monochromatic Colors of #337D4B
Black with #337D4B
Text Example
Text Example
White with #337D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D4B; }
p { color: rgb(51,125,75); }
H1.HeaderClassName
{
color: #337D4B;
}
.AnyTagClassName
{
color: #337D4B;
}
</style>
background-color css
<style>
a { background-color: #337D4B; }
a { background-color: rgb(51,125,75); }
div.DivClassName
{
background-color: #337D4B;
}
.BgClassName
{
background-color: #337D4B;
}
</style>
border-color css
<style>
span { border-color: #337D4B; }
span { border-color: rgb(51,125,75); }
td.TdClassName
{
border-color: #337D4B;
}
.TagClassName
{
border-color: #337D4B;
}
</style>