Shades of Amazon #377647
Tints of Amazon #377647
RGB
CMYK
RGB Variations
Color information
#377647 (or 0x377647) is known color: Amazon. HEX triplet: 37, 76 and 47. RGB value is (55,118,71). Sum of RGB (Red+Green+Blue) = 55+118+71=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #377647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377647 is #C889B8. Grayscale: #5D5D5D. Windows color (decimal): -13142457 or 4683319. OLE color: 4683319.
HSL color Cylindrical-coordinate representation of color #377647: hue angle of 135.24º 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 #377647 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 71 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.54 |
| HSL | 135.24º | 0.36% | 0.34% | - |
| HSV(B) | 135.24º | 0.53% | 0.46% | - |
| XYZ | 9.19 | 14.22 | 8.22 | - |
| YUV | 93.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 71 | 0.53 | 0 | 0.40 | 0.54 | 135.24 | 0.36 | 0.34 |
| Hex | 37 | 76 | 47 | 35 | 0 | 28 | 36 | 87 | 24 | 22 |
| Octal | 67 | 166 | 107 | 65 | 0 | 50 | 66 | 207 | 44 | 42 |
| Binary | 110111 | 1110110 | 1000111 | 110101 | 0 | 101000 | 110110 | 10000111 | 100100 | 100010 |
Color Harmonies of #377647
Complementary color
Monochromatic Colors of #377647
Black with #377647
Text Example
Text Example
White with #377647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377647; }
p { color: rgb(55,118,71); }
H1.HeaderClassName
{
color: #377647;
}
.AnyTagClassName
{
color: #377647;
}
</style>
background-color css
<style>
a { background-color: #377647; }
a { background-color: rgb(55,118,71); }
div.DivClassName
{
background-color: #377647;
}
.BgClassName
{
background-color: #377647;
}
</style>
border-color css
<style>
span { border-color: #377647; }
span { border-color: rgb(55,118,71); }
td.TdClassName
{
border-color: #377647;
}
.TagClassName
{
border-color: #377647;
}
</style>