Shades of Amazon #377D48
Tints of Amazon #377D48
RGB
CMYK
RGB Variations
Color information
#377D48 (or 0x377D48) is known color: Amazon. HEX triplet: 37, 7D and 48. RGB value is (55,125,72). Sum of RGB (Red+Green+Blue) = 55+125+72=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #377D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D48 is #C882B7. Grayscale: #626262. Windows color (decimal): -13140664 or 4750647. OLE color: 4750647.
HSL color Cylindrical-coordinate representation of color #377D48: hue angle of 134.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D48 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 72 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.51 |
| HSL | 134.57º | 0.39% | 0.35% | - |
| HSV(B) | 134.57º | 0.56% | 0.49% | - |
| XYZ | 10.08 | 15.95 | 8.68 | - |
| YUV | 98.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 72 | 0.56 | 0 | 0.42 | 0.51 | 134.57 | 0.39 | 0.35 |
| Hex | 37 | 7D | 48 | 38 | 0 | 2A | 33 | 87 | 27 | 23 |
| Octal | 67 | 175 | 110 | 70 | 0 | 52 | 63 | 207 | 47 | 43 |
| Binary | 110111 | 1111101 | 1001000 | 111000 | 0 | 101010 | 110011 | 10000111 | 100111 | 100011 |
Color Harmonies of #377D48
Complementary color
Monochromatic Colors of #377D48
Black with #377D48
Text Example
Text Example
White with #377D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D48; }
p { color: rgb(55,125,72); }
H1.HeaderClassName
{
color: #377D48;
}
.AnyTagClassName
{
color: #377D48;
}
</style>
background-color css
<style>
a { background-color: #377D48; }
a { background-color: rgb(55,125,72); }
div.DivClassName
{
background-color: #377D48;
}
.BgClassName
{
background-color: #377D48;
}
</style>
border-color css
<style>
span { border-color: #377D48; }
span { border-color: rgb(55,125,72); }
td.TdClassName
{
border-color: #377D48;
}
.TagClassName
{
border-color: #377D48;
}
</style>