Shades of Amazon #377149
Tints of Amazon #377149
RGB
CMYK
RGB Variations
Color information
#377149 (or 0x377149) is known color: Amazon. HEX triplet: 37, 71 and 49. RGB value is (55,113,73). Sum of RGB (Red+Green+Blue) = 55+113+73=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #377149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377149 is #C88EB6. Grayscale: #5B5B5B. Windows color (decimal): -13143735 or 4813111. OLE color: 4813111.
HSL color Cylindrical-coordinate representation of color #377149: hue angle of 138.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377149 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 73 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.56 |
| HSL | 138.62º | 0.35% | 0.33% | - |
| HSV(B) | 138.62º | 0.51% | 0.44% | - |
| XYZ | 8.68 | 13.1 | 8.37 | - |
| YUV | 91.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 73 | 0.51 | 0 | 0.35 | 0.56 | 138.62 | 0.35 | 0.33 |
| Hex | 37 | 71 | 49 | 33 | 0 | 23 | 38 | 8B | 23 | 21 |
| Octal | 67 | 161 | 111 | 63 | 0 | 43 | 70 | 213 | 43 | 41 |
| Binary | 110111 | 1110001 | 1001001 | 110011 | 0 | 100011 | 111000 | 10001011 | 100011 | 100001 |
Color Harmonies of #377149
Complementary color
Monochromatic Colors of #377149
Black with #377149
Text Example
Text Example
White with #377149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377149; }
p { color: rgb(55,113,73); }
H1.HeaderClassName
{
color: #377149;
}
.AnyTagClassName
{
color: #377149;
}
</style>
background-color css
<style>
a { background-color: #377149; }
a { background-color: rgb(55,113,73); }
div.DivClassName
{
background-color: #377149;
}
.BgClassName
{
background-color: #377149;
}
</style>
border-color css
<style>
span { border-color: #377149; }
span { border-color: rgb(55,113,73); }
td.TdClassName
{
border-color: #377149;
}
.TagClassName
{
border-color: #377149;
}
</style>