Shades of Amazon #377248
Tints of Amazon #377248
RGB
CMYK
RGB Variations
Color information
#377248 (or 0x377248) is known color: Amazon. HEX triplet: 37, 72 and 48. RGB value is (55,114,72). Sum of RGB (Red+Green+Blue) = 55+114+72=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #377248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377248 is #C88DB7. Grayscale: #5B5B5B. Windows color (decimal): -13143480 or 4747831. OLE color: 4747831.
HSL color Cylindrical-coordinate representation of color #377248: hue angle of 137.29º 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 #377248 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 72 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.55 |
| HSL | 137.29º | 0.35% | 0.33% | - |
| HSV(B) | 137.29º | 0.52% | 0.45% | - |
| XYZ | 8.76 | 13.31 | 8.24 | - |
| YUV | 91.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 72 | 0.52 | 0 | 0.37 | 0.55 | 137.29 | 0.35 | 0.33 |
| Hex | 37 | 72 | 48 | 34 | 0 | 25 | 37 | 89 | 23 | 21 |
| Octal | 67 | 162 | 110 | 64 | 0 | 45 | 67 | 211 | 43 | 41 |
| Binary | 110111 | 1110010 | 1001000 | 110100 | 0 | 100101 | 110111 | 10001001 | 100011 | 100001 |
Color Harmonies of #377248
Complementary color
Monochromatic Colors of #377248
Black with #377248
Text Example
Text Example
White with #377248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377248; }
p { color: rgb(55,114,72); }
H1.HeaderClassName
{
color: #377248;
}
.AnyTagClassName
{
color: #377248;
}
</style>
background-color css
<style>
a { background-color: #377248; }
a { background-color: rgb(55,114,72); }
div.DivClassName
{
background-color: #377248;
}
.BgClassName
{
background-color: #377248;
}
</style>
border-color css
<style>
span { border-color: #377248; }
span { border-color: rgb(55,114,72); }
td.TdClassName
{
border-color: #377248;
}
.TagClassName
{
border-color: #377248;
}
</style>