Shades of Amazon #377247
Tints of Amazon #377247
RGB
CMYK
RGB Variations
Color information
#377247 (or 0x377247) is known color: Amazon. HEX triplet: 37, 72 and 47. RGB value is (55,114,71). Sum of RGB (Red+Green+Blue) = 55+114+71=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #377247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377247 is #C88DB8. Grayscale: #5B5B5B. Windows color (decimal): -13143481 or 4682295. OLE color: 4682295.
HSL color Cylindrical-coordinate representation of color #377247: hue angle of 136.27º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377247 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 71 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.55 |
| HSL | 136.27º | 0.35% | 0.33% | - |
| HSV(B) | 136.27º | 0.52% | 0.45% | - |
| XYZ | 8.73 | 13.3 | 8.07 | - |
| YUV | 91.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 71 | 0.52 | 0 | 0.38 | 0.55 | 136.27 | 0.35 | 0.33 |
| Hex | 37 | 72 | 47 | 34 | 0 | 26 | 37 | 88 | 23 | 21 |
| Octal | 67 | 162 | 107 | 64 | 0 | 46 | 67 | 210 | 43 | 41 |
| Binary | 110111 | 1110010 | 1000111 | 110100 | 0 | 100110 | 110111 | 10001000 | 100011 | 100001 |
Color Harmonies of #377247
Complementary color
Monochromatic Colors of #377247
Black with #377247
Text Example
Text Example
White with #377247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377247; }
p { color: rgb(55,114,71); }
H1.HeaderClassName
{
color: #377247;
}
.AnyTagClassName
{
color: #377247;
}
</style>
background-color css
<style>
a { background-color: #377247; }
a { background-color: rgb(55,114,71); }
div.DivClassName
{
background-color: #377247;
}
.BgClassName
{
background-color: #377247;
}
</style>
border-color css
<style>
span { border-color: #377247; }
span { border-color: rgb(55,114,71); }
td.TdClassName
{
border-color: #377247;
}
.TagClassName
{
border-color: #377247;
}
</style>