Shades of Amazon #337547
Tints of Amazon #337547
RGB
CMYK
RGB Variations
Color information
#337547 (or 0x337547) is known color: Amazon. HEX triplet: 33, 75 and 47. RGB value is (51,117,71). Sum of RGB (Red+Green+Blue) = 51+117+71=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #337547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337547 is #CC8AB8. Grayscale: #5C5C5C. Windows color (decimal): -13404857 or 4683059. OLE color: 4683059.
HSL color Cylindrical-coordinate representation of color #337547: hue angle of 138.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337547 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 71 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.54 |
| HSL | 138.18º | 0.39% | 0.33% | - |
| HSV(B) | 138.18º | 0.56% | 0.46% | - |
| XYZ | 8.86 | 13.88 | 8.17 | - |
| YUV | 92.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 71 | 0.56 | 0 | 0.39 | 0.54 | 138.18 | 0.39 | 0.33 |
| Hex | 33 | 75 | 47 | 38 | 0 | 27 | 36 | 8A | 27 | 21 |
| Octal | 63 | 165 | 107 | 70 | 0 | 47 | 66 | 212 | 47 | 41 |
| Binary | 110011 | 1110101 | 1000111 | 111000 | 0 | 100111 | 110110 | 10001010 | 100111 | 100001 |
Color Harmonies of #337547
Complementary color
Monochromatic Colors of #337547
Black with #337547
Text Example
Text Example
White with #337547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337547; }
p { color: rgb(51,117,71); }
H1.HeaderClassName
{
color: #337547;
}
.AnyTagClassName
{
color: #337547;
}
</style>
background-color css
<style>
a { background-color: #337547; }
a { background-color: rgb(51,117,71); }
div.DivClassName
{
background-color: #337547;
}
.BgClassName
{
background-color: #337547;
}
</style>
border-color css
<style>
span { border-color: #337547; }
span { border-color: rgb(51,117,71); }
td.TdClassName
{
border-color: #337547;
}
.TagClassName
{
border-color: #337547;
}
</style>