Shades of Amazon #377547
Tints of Amazon #377547
RGB
CMYK
RGB Variations
Color information
#377547 (or 0x377547) is known color: Amazon. HEX triplet: 37, 75 and 47. RGB value is (55,117,71). Sum of RGB (Red+Green+Blue) = 55+117+71=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #377547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377547 is #C88AB8. Grayscale: #5D5D5D. Windows color (decimal): -13142713 or 4683063. OLE color: 4683063.
HSL color Cylindrical-coordinate representation of color #377547: hue angle of 135.48º 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 #377547 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 71 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.54 |
| HSL | 135.48º | 0.36% | 0.34% | - |
| HSV(B) | 135.48º | 0.53% | 0.46% | - |
| XYZ | 9.07 | 13.99 | 8.18 | - |
| YUV | 93.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 71 | 0.53 | 0 | 0.39 | 0.54 | 135.48 | 0.36 | 0.34 |
| Hex | 37 | 75 | 47 | 35 | 0 | 27 | 36 | 87 | 24 | 22 |
| Octal | 67 | 165 | 107 | 65 | 0 | 47 | 66 | 207 | 44 | 42 |
| Binary | 110111 | 1110101 | 1000111 | 110101 | 0 | 100111 | 110110 | 10000111 | 100100 | 100010 |
Color Harmonies of #377547
Complementary color
Monochromatic Colors of #377547
Black with #377547
Text Example
Text Example
White with #377547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377547; }
p { color: rgb(55,117,71); }
H1.HeaderClassName
{
color: #377547;
}
.AnyTagClassName
{
color: #377547;
}
</style>
background-color css
<style>
a { background-color: #377547; }
a { background-color: rgb(55,117,71); }
div.DivClassName
{
background-color: #377547;
}
.BgClassName
{
background-color: #377547;
}
</style>
border-color css
<style>
span { border-color: #377547; }
span { border-color: rgb(55,117,71); }
td.TdClassName
{
border-color: #377547;
}
.TagClassName
{
border-color: #377547;
}
</style>