Shades of Amazon #337C4E
Tints of Amazon #337C4E
RGB
CMYK
RGB Variations
Color information
#337C4E (or 0x337C4E) is known color: Amazon. HEX triplet: 33, 7C and 4E. RGB value is (51,124,78). Sum of RGB (Red+Green+Blue) = 51+124+78=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #337C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C4E is #CC83B1. Grayscale: #616161. Windows color (decimal): -13403058 or 5143603. OLE color: 5143603.
HSL color Cylindrical-coordinate representation of color #337C4E: hue angle of 142.19º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C4E is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 124 | 78 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.51 |
| HSL | 142.19º | 0.42% | 0.34% | - |
| HSV(B) | 142.19º | 0.59% | 0.49% | - |
| XYZ | 9.95 | 15.67 | 9.71 | - |
| YUV | 96.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 78 | 0.59 | 0 | 0.37 | 0.51 | 142.19 | 0.42 | 0.34 |
| Hex | 33 | 7C | 4E | 3B | 0 | 25 | 33 | 8E | 2A | 22 |
| Octal | 63 | 174 | 116 | 73 | 0 | 45 | 63 | 216 | 52 | 42 |
| Binary | 110011 | 1111100 | 1001110 | 111011 | 0 | 100101 | 110011 | 10001110 | 101010 | 100010 |
Color Harmonies of #337C4E
Complementary color
Monochromatic Colors of #337C4E
Black with #337C4E
Text Example
Text Example
White with #337C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C4E; }
p { color: rgb(51,124,78); }
H1.HeaderClassName
{
color: #337C4E;
}
.AnyTagClassName
{
color: #337C4E;
}
</style>
background-color css
<style>
a { background-color: #337C4E; }
a { background-color: rgb(51,124,78); }
div.DivClassName
{
background-color: #337C4E;
}
.BgClassName
{
background-color: #337C4E;
}
</style>
border-color css
<style>
span { border-color: #337C4E; }
span { border-color: rgb(51,124,78); }
td.TdClassName
{
border-color: #337C4E;
}
.TagClassName
{
border-color: #337C4E;
}
</style>