Shades of Amazon #377A49
Tints of Amazon #377A49
RGB
CMYK
RGB Variations
Color information
#377A49 (or 0x377A49) is known color: Amazon. HEX triplet: 37, 7A and 49. RGB value is (55,122,73). Sum of RGB (Red+Green+Blue) = 55+122+73=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #377A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A49 is #C885B6. Grayscale: #606060. Windows color (decimal): -13141431 or 4815415. OLE color: 4815415.
HSL color Cylindrical-coordinate representation of color #377A49: hue angle of 136.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A49 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 73 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.52 |
| HSL | 136.12º | 0.38% | 0.35% | - |
| HSV(B) | 136.12º | 0.55% | 0.48% | - |
| XYZ | 9.74 | 15.21 | 8.73 | - |
| YUV | 96.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 73 | 0.55 | 0 | 0.40 | 0.52 | 136.12 | 0.38 | 0.35 |
| Hex | 37 | 7A | 49 | 37 | 0 | 28 | 34 | 88 | 26 | 23 |
| Octal | 67 | 172 | 111 | 67 | 0 | 50 | 64 | 210 | 46 | 43 |
| Binary | 110111 | 1111010 | 1001001 | 110111 | 0 | 101000 | 110100 | 10001000 | 100110 | 100011 |
Color Harmonies of #377A49
Complementary color
Monochromatic Colors of #377A49
Black with #377A49
Text Example
Text Example
White with #377A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A49; }
p { color: rgb(55,122,73); }
H1.HeaderClassName
{
color: #377A49;
}
.AnyTagClassName
{
color: #377A49;
}
</style>
background-color css
<style>
a { background-color: #377A49; }
a { background-color: rgb(55,122,73); }
div.DivClassName
{
background-color: #377A49;
}
.BgClassName
{
background-color: #377A49;
}
</style>
border-color css
<style>
span { border-color: #377A49; }
span { border-color: rgb(55,122,73); }
td.TdClassName
{
border-color: #377A49;
}
.TagClassName
{
border-color: #377A49;
}
</style>