Shades of Amazon #377646
Tints of Amazon #377646
RGB
CMYK
RGB Variations
Color information
#377646 (or 0x377646) is known color: Amazon. HEX triplet: 37, 76 and 46. RGB value is (55,118,70). Sum of RGB (Red+Green+Blue) = 55+118+70=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #377646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377646 is #C889B9. Grayscale: #5D5D5D. Windows color (decimal): -13142458 or 4617783. OLE color: 4617783.
HSL color Cylindrical-coordinate representation of color #377646: hue angle of 134.29º 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 #377646 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 70 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.54 |
| HSL | 134.29º | 0.36% | 0.34% | - |
| HSV(B) | 134.29º | 0.53% | 0.46% | - |
| XYZ | 9.16 | 14.21 | 8.05 | - |
| YUV | 93.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 70 | 0.53 | 0 | 0.41 | 0.54 | 134.29 | 0.36 | 0.34 |
| Hex | 37 | 76 | 46 | 35 | 0 | 29 | 36 | 86 | 24 | 22 |
| Octal | 67 | 166 | 106 | 65 | 0 | 51 | 66 | 206 | 44 | 42 |
| Binary | 110111 | 1110110 | 1000110 | 110101 | 0 | 101001 | 110110 | 10000110 | 100100 | 100010 |
Color Harmonies of #377646
Complementary color
Monochromatic Colors of #377646
Black with #377646
Text Example
Text Example
White with #377646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377646; }
p { color: rgb(55,118,70); }
H1.HeaderClassName
{
color: #377646;
}
.AnyTagClassName
{
color: #377646;
}
</style>
background-color css
<style>
a { background-color: #377646; }
a { background-color: rgb(55,118,70); }
div.DivClassName
{
background-color: #377646;
}
.BgClassName
{
background-color: #377646;
}
</style>
border-color css
<style>
span { border-color: #377646; }
span { border-color: rgb(55,118,70); }
td.TdClassName
{
border-color: #377646;
}
.TagClassName
{
border-color: #377646;
}
</style>