Shades of Amazon #377054
Tints of Amazon #377054
RGB
CMYK
RGB Variations
Color information
#377054 (or 0x377054) is known color: Amazon. HEX triplet: 37, 70 and 54. RGB value is (55,112,84). Sum of RGB (Red+Green+Blue) = 55+112+84=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #377054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377054 is #C88FAB. Grayscale: #5B5B5B. Windows color (decimal): -13143980 or 5533751. OLE color: 5533751.
HSL color Cylindrical-coordinate representation of color #377054: hue angle of 150.53º 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 #377054 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 84 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.56 |
| HSL | 150.53º | 0.34% | 0.33% | - |
| HSV(B) | 150.53º | 0.51% | 0.44% | - |
| XYZ | 8.97 | 13.04 | 10.43 | - |
| YUV | 91.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 84 | 0.51 | 0 | 0.25 | 0.56 | 150.53 | 0.34 | 0.33 |
| Hex | 37 | 70 | 54 | 33 | 0 | 19 | 38 | 97 | 22 | 21 |
| Octal | 67 | 160 | 124 | 63 | 0 | 31 | 70 | 227 | 42 | 41 |
| Binary | 110111 | 1110000 | 1010100 | 110011 | 0 | 11001 | 111000 | 10010111 | 100010 | 100001 |
Color Harmonies of #377054
Complementary color
Monochromatic Colors of #377054
Black with #377054
Text Example
Text Example
White with #377054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377054; }
p { color: rgb(55,112,84); }
H1.HeaderClassName
{
color: #377054;
}
.AnyTagClassName
{
color: #377054;
}
</style>
background-color css
<style>
a { background-color: #377054; }
a { background-color: rgb(55,112,84); }
div.DivClassName
{
background-color: #377054;
}
.BgClassName
{
background-color: #377054;
}
</style>
border-color css
<style>
span { border-color: #377054; }
span { border-color: rgb(55,112,84); }
td.TdClassName
{
border-color: #377054;
}
.TagClassName
{
border-color: #377054;
}
</style>