Shades of Amazon #377456
Tints of Amazon #377456
RGB
CMYK
RGB Variations
Color information
#377456 (or 0x377456) is known color: Amazon. HEX triplet: 37, 74 and 56. RGB value is (55,116,86). Sum of RGB (Red+Green+Blue) = 55+116+86=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #377456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377456 is #C88BA9. Grayscale: #5E5E5E. Windows color (decimal): -13142954 or 5665847. OLE color: 5665847.
HSL color Cylindrical-coordinate representation of color #377456: hue angle of 150.49º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377456 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 86 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.55 |
| HSL | 150.49º | 0.36% | 0.34% | - |
| HSV(B) | 150.49º | 0.53% | 0.45% | - |
| XYZ | 9.5 | 13.97 | 11 | - |
| YUV | 94.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 86 | 0.53 | 0 | 0.26 | 0.55 | 150.49 | 0.36 | 0.34 |
| Hex | 37 | 74 | 56 | 35 | 0 | 1A | 37 | 96 | 24 | 22 |
| Octal | 67 | 164 | 126 | 65 | 0 | 32 | 67 | 226 | 44 | 42 |
| Binary | 110111 | 1110100 | 1010110 | 110101 | 0 | 11010 | 110111 | 10010110 | 100100 | 100010 |
Color Harmonies of #377456
Complementary color
Monochromatic Colors of #377456
Black with #377456
Text Example
Text Example
White with #377456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377456; }
p { color: rgb(55,116,86); }
H1.HeaderClassName
{
color: #377456;
}
.AnyTagClassName
{
color: #377456;
}
</style>
background-color css
<style>
a { background-color: #377456; }
a { background-color: rgb(55,116,86); }
div.DivClassName
{
background-color: #377456;
}
.BgClassName
{
background-color: #377456;
}
</style>
border-color css
<style>
span { border-color: #377456; }
span { border-color: rgb(55,116,86); }
td.TdClassName
{
border-color: #377456;
}
.TagClassName
{
border-color: #377456;
}
</style>