Shades of Amazon #377550
Tints of Amazon #377550
RGB
CMYK
RGB Variations
Color information
#377550 (or 0x377550) is known color: Amazon. HEX triplet: 37, 75 and 50. RGB value is (55,117,80). Sum of RGB (Red+Green+Blue) = 55+117+80=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #377550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377550 is #C88AAF. Grayscale: #5E5E5E. Windows color (decimal): -13142704 or 5272887. OLE color: 5272887.
HSL color Cylindrical-coordinate representation of color #377550: hue angle of 144.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377550 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 80 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.54 |
| HSL | 144.19º | 0.36% | 0.34% | - |
| HSV(B) | 144.19º | 0.53% | 0.46% | - |
| XYZ | 9.38 | 14.11 | 9.82 | - |
| YUV | 94.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 80 | 0.53 | 0 | 0.32 | 0.54 | 144.19 | 0.36 | 0.34 |
| Hex | 37 | 75 | 50 | 35 | 0 | 20 | 36 | 90 | 24 | 22 |
| Octal | 67 | 165 | 120 | 65 | 0 | 40 | 66 | 220 | 44 | 42 |
| Binary | 110111 | 1110101 | 1010000 | 110101 | 0 | 100000 | 110110 | 10010000 | 100100 | 100010 |
Color Harmonies of #377550
Complementary color
Monochromatic Colors of #377550
Black with #377550
Text Example
Text Example
White with #377550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377550; }
p { color: rgb(55,117,80); }
H1.HeaderClassName
{
color: #377550;
}
.AnyTagClassName
{
color: #377550;
}
</style>
background-color css
<style>
a { background-color: #377550; }
a { background-color: rgb(55,117,80); }
div.DivClassName
{
background-color: #377550;
}
.BgClassName
{
background-color: #377550;
}
</style>
border-color css
<style>
span { border-color: #377550; }
span { border-color: rgb(55,117,80); }
td.TdClassName
{
border-color: #377550;
}
.TagClassName
{
border-color: #377550;
}
</style>