Shades of Amazon #377659
Tints of Amazon #377659
RGB
CMYK
RGB Variations
Color information
#377659 (or 0x377659) is known color: Amazon. HEX triplet: 37, 76 and 59. RGB value is (55,118,89). Sum of RGB (Red+Green+Blue) = 55+118+89=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #377659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377659 is #C889A6. Grayscale: #5F5F5F. Windows color (decimal): -13142439 or 5862967. OLE color: 5862967.
HSL color Cylindrical-coordinate representation of color #377659: hue angle of 152.38º 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 #377659 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 89 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.54 |
| HSL | 152.38º | 0.36% | 0.34% | - |
| HSV(B) | 152.38º | 0.53% | 0.46% | - |
| XYZ | 9.86 | 14.49 | 11.73 | - |
| YUV | 95.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 89 | 0.53 | 0 | 0.25 | 0.54 | 152.38 | 0.36 | 0.34 |
| Hex | 37 | 76 | 59 | 35 | 0 | 19 | 36 | 98 | 24 | 22 |
| Octal | 67 | 166 | 131 | 65 | 0 | 31 | 66 | 230 | 44 | 42 |
| Binary | 110111 | 1110110 | 1011001 | 110101 | 0 | 11001 | 110110 | 10011000 | 100100 | 100010 |
Color Harmonies of #377659
Complementary color
Monochromatic Colors of #377659
Black with #377659
Text Example
Text Example
White with #377659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377659; }
p { color: rgb(55,118,89); }
H1.HeaderClassName
{
color: #377659;
}
.AnyTagClassName
{
color: #377659;
}
</style>
background-color css
<style>
a { background-color: #377659; }
a { background-color: rgb(55,118,89); }
div.DivClassName
{
background-color: #377659;
}
.BgClassName
{
background-color: #377659;
}
</style>
border-color css
<style>
span { border-color: #377659; }
span { border-color: rgb(55,118,89); }
td.TdClassName
{
border-color: #377659;
}
.TagClassName
{
border-color: #377659;
}
</style>