Shades of Amazon #377053
Tints of Amazon #377053
RGB
CMYK
RGB Variations
Color information
#377053 (or 0x377053) is known color: Amazon. HEX triplet: 37, 70 and 53. RGB value is (55,112,83). Sum of RGB (Red+Green+Blue) = 55+112+83=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #377053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377053 is #C88FAC. Grayscale: #5B5B5B. Windows color (decimal): -13143981 or 5468215. OLE color: 5468215.
HSL color Cylindrical-coordinate representation of color #377053: hue angle of 149.47º 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 #377053 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 112 | 83 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.56 |
| HSL | 149.47º | 0.34% | 0.33% | - |
| HSV(B) | 149.47º | 0.51% | 0.44% | - |
| XYZ | 8.93 | 13.03 | 10.23 | - |
| YUV | 91.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 83 | 0.51 | 0 | 0.26 | 0.56 | 149.47 | 0.34 | 0.33 |
| Hex | 37 | 70 | 53 | 33 | 0 | 1A | 38 | 95 | 22 | 21 |
| Octal | 67 | 160 | 123 | 63 | 0 | 32 | 70 | 225 | 42 | 41 |
| Binary | 110111 | 1110000 | 1010011 | 110011 | 0 | 11010 | 111000 | 10010101 | 100010 | 100001 |
Color Harmonies of #377053
Complementary color
Monochromatic Colors of #377053
Black with #377053
Text Example
Text Example
White with #377053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377053; }
p { color: rgb(55,112,83); }
H1.HeaderClassName
{
color: #377053;
}
.AnyTagClassName
{
color: #377053;
}
</style>
background-color css
<style>
a { background-color: #377053; }
a { background-color: rgb(55,112,83); }
div.DivClassName
{
background-color: #377053;
}
.BgClassName
{
background-color: #377053;
}
</style>
border-color css
<style>
span { border-color: #377053; }
span { border-color: rgb(55,112,83); }
td.TdClassName
{
border-color: #377053;
}
.TagClassName
{
border-color: #377053;
}
</style>