Shades of Amazon #377551
Tints of Amazon #377551
RGB
CMYK
RGB Variations
Color information
#377551 (or 0x377551) is known color: Amazon. HEX triplet: 37, 75 and 51. RGB value is (55,117,81). Sum of RGB (Red+Green+Blue) = 55+117+81=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #377551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377551 is #C88AAE. Grayscale: #5E5E5E. Windows color (decimal): -13142703 or 5338423. OLE color: 5338423.
HSL color Cylindrical-coordinate representation of color #377551: hue angle of 145.16º 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 #377551 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 81 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.54 |
| HSL | 145.16º | 0.36% | 0.34% | - |
| HSV(B) | 145.16º | 0.53% | 0.46% | - |
| XYZ | 9.42 | 14.13 | 10.02 | - |
| YUV | 94.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 81 | 0.53 | 0 | 0.31 | 0.54 | 145.16 | 0.36 | 0.34 |
| Hex | 37 | 75 | 51 | 35 | 0 | 1F | 36 | 91 | 24 | 22 |
| Octal | 67 | 165 | 121 | 65 | 0 | 37 | 66 | 221 | 44 | 42 |
| Binary | 110111 | 1110101 | 1010001 | 110101 | 0 | 11111 | 110110 | 10010001 | 100100 | 100010 |
Color Harmonies of #377551
Complementary color
Monochromatic Colors of #377551
Black with #377551
Text Example
Text Example
White with #377551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377551; }
p { color: rgb(55,117,81); }
H1.HeaderClassName
{
color: #377551;
}
.AnyTagClassName
{
color: #377551;
}
</style>
background-color css
<style>
a { background-color: #377551; }
a { background-color: rgb(55,117,81); }
div.DivClassName
{
background-color: #377551;
}
.BgClassName
{
background-color: #377551;
}
</style>
border-color css
<style>
span { border-color: #377551; }
span { border-color: rgb(55,117,81); }
td.TdClassName
{
border-color: #377551;
}
.TagClassName
{
border-color: #377551;
}
</style>