Shades of Amazon #377052
Tints of Amazon #377052
RGB
CMYK
RGB Variations
Color information
#377052 (or 0x377052) is known color: Amazon. HEX triplet: 37, 70 and 52. RGB value is (55,112,82). Sum of RGB (Red+Green+Blue) = 55+112+82=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #377052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377052 is #C88FAD. Grayscale: #5B5B5B. Windows color (decimal): -13143982 or 5402679. OLE color: 5402679.
HSL color Cylindrical-coordinate representation of color #377052: hue angle of 148.42º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377052 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 82 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.56 |
| HSL | 148.42º | 0.34% | 0.33% | - |
| HSV(B) | 148.42º | 0.51% | 0.44% | - |
| XYZ | 8.89 | 13.01 | 10.03 | - |
| YUV | 91.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 82 | 0.51 | 0 | 0.27 | 0.56 | 148.42 | 0.34 | 0.33 |
| Hex | 37 | 70 | 52 | 33 | 0 | 1B | 38 | 94 | 22 | 21 |
| Octal | 67 | 160 | 122 | 63 | 0 | 33 | 70 | 224 | 42 | 41 |
| Binary | 110111 | 1110000 | 1010010 | 110011 | 0 | 11011 | 111000 | 10010100 | 100010 | 100001 |
Color Harmonies of #377052
Complementary color
Monochromatic Colors of #377052
Black with #377052
Text Example
Text Example
White with #377052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377052; }
p { color: rgb(55,112,82); }
H1.HeaderClassName
{
color: #377052;
}
.AnyTagClassName
{
color: #377052;
}
</style>
background-color css
<style>
a { background-color: #377052; }
a { background-color: rgb(55,112,82); }
div.DivClassName
{
background-color: #377052;
}
.BgClassName
{
background-color: #377052;
}
</style>
border-color css
<style>
span { border-color: #377052; }
span { border-color: rgb(55,112,82); }
td.TdClassName
{
border-color: #377052;
}
.TagClassName
{
border-color: #377052;
}
</style>