Shades of Amazon #377648
Tints of Amazon #377648
RGB
CMYK
RGB Variations
Color information
#377648 (or 0x377648) is known color: Amazon. HEX triplet: 37, 76 and 48. RGB value is (55,118,72). Sum of RGB (Red+Green+Blue) = 55+118+72=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #377648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377648 is #C889B7. Grayscale: #5E5E5E. Windows color (decimal): -13142456 or 4748855. OLE color: 4748855.
HSL color Cylindrical-coordinate representation of color #377648: hue angle of 136.19º 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 #377648 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 72 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.54 |
| HSL | 136.19º | 0.36% | 0.34% | - |
| HSV(B) | 136.19º | 0.53% | 0.46% | - |
| XYZ | 9.22 | 14.24 | 8.39 | - |
| YUV | 93.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 72 | 0.53 | 0 | 0.39 | 0.54 | 136.19 | 0.36 | 0.34 |
| Hex | 37 | 76 | 48 | 35 | 0 | 27 | 36 | 88 | 24 | 22 |
| Octal | 67 | 166 | 110 | 65 | 0 | 47 | 66 | 210 | 44 | 42 |
| Binary | 110111 | 1110110 | 1001000 | 110101 | 0 | 100111 | 110110 | 10001000 | 100100 | 100010 |
Color Harmonies of #377648
Complementary color
Monochromatic Colors of #377648
Black with #377648
Text Example
Text Example
White with #377648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377648; }
p { color: rgb(55,118,72); }
H1.HeaderClassName
{
color: #377648;
}
.AnyTagClassName
{
color: #377648;
}
</style>
background-color css
<style>
a { background-color: #377648; }
a { background-color: rgb(55,118,72); }
div.DivClassName
{
background-color: #377648;
}
.BgClassName
{
background-color: #377648;
}
</style>
border-color css
<style>
span { border-color: #377648; }
span { border-color: rgb(55,118,72); }
td.TdClassName
{
border-color: #377648;
}
.TagClassName
{
border-color: #377648;
}
</style>