Shades of Amazon #377654
Tints of Amazon #377654
RGB
CMYK
RGB Variations
Color information
#377654 (or 0x377654) is known color: Amazon. HEX triplet: 37, 76 and 54. RGB value is (55,118,84). Sum of RGB (Red+Green+Blue) = 55+118+84=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #377654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377654 is #C889AB. Grayscale: #5F5F5F. Windows color (decimal): -13142444 or 5535287. OLE color: 5535287.
HSL color Cylindrical-coordinate representation of color #377654: hue angle of 147.62º 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 #377654 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 84 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.54 |
| HSL | 147.62º | 0.36% | 0.34% | - |
| HSV(B) | 147.62º | 0.53% | 0.46% | - |
| XYZ | 9.65 | 14.41 | 10.66 | - |
| YUV | 95.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 84 | 0.53 | 0 | 0.29 | 0.54 | 147.62 | 0.36 | 0.34 |
| Hex | 37 | 76 | 54 | 35 | 0 | 1D | 36 | 94 | 24 | 22 |
| Octal | 67 | 166 | 124 | 65 | 0 | 35 | 66 | 224 | 44 | 42 |
| Binary | 110111 | 1110110 | 1010100 | 110101 | 0 | 11101 | 110110 | 10010100 | 100100 | 100010 |
Color Harmonies of #377654
Complementary color
Monochromatic Colors of #377654
Black with #377654
Text Example
Text Example
White with #377654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377654; }
p { color: rgb(55,118,84); }
H1.HeaderClassName
{
color: #377654;
}
.AnyTagClassName
{
color: #377654;
}
</style>
background-color css
<style>
a { background-color: #377654; }
a { background-color: rgb(55,118,84); }
div.DivClassName
{
background-color: #377654;
}
.BgClassName
{
background-color: #377654;
}
</style>
border-color css
<style>
span { border-color: #377654; }
span { border-color: rgb(55,118,84); }
td.TdClassName
{
border-color: #377654;
}
.TagClassName
{
border-color: #377654;
}
</style>