Shades of Amazon #377148
Tints of Amazon #377148
RGB
CMYK
RGB Variations
Color information
#377148 (or 0x377148) is known color: Amazon. HEX triplet: 37, 71 and 48. RGB value is (55,113,72). Sum of RGB (Red+Green+Blue) = 55+113+72=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #377148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377148 is #C88EB7. Grayscale: #5B5B5B. Windows color (decimal): -13143736 or 4747575. OLE color: 4747575.
HSL color Cylindrical-coordinate representation of color #377148: hue angle of 137.59º 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 #377148 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 72 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.56 |
| HSL | 137.59º | 0.35% | 0.33% | - |
| HSV(B) | 137.59º | 0.51% | 0.44% | - |
| XYZ | 8.65 | 13.09 | 8.2 | - |
| YUV | 90.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 72 | 0.51 | 0 | 0.36 | 0.56 | 137.59 | 0.35 | 0.33 |
| Hex | 37 | 71 | 48 | 33 | 0 | 24 | 38 | 8A | 23 | 21 |
| Octal | 67 | 161 | 110 | 63 | 0 | 44 | 70 | 212 | 43 | 41 |
| Binary | 110111 | 1110001 | 1001000 | 110011 | 0 | 100100 | 111000 | 10001010 | 100011 | 100001 |
Color Harmonies of #377148
Complementary color
Monochromatic Colors of #377148
Black with #377148
Text Example
Text Example
White with #377148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377148; }
p { color: rgb(55,113,72); }
H1.HeaderClassName
{
color: #377148;
}
.AnyTagClassName
{
color: #377148;
}
</style>
background-color css
<style>
a { background-color: #377148; }
a { background-color: rgb(55,113,72); }
div.DivClassName
{
background-color: #377148;
}
.BgClassName
{
background-color: #377148;
}
</style>
border-color css
<style>
span { border-color: #377148; }
span { border-color: rgb(55,113,72); }
td.TdClassName
{
border-color: #377148;
}
.TagClassName
{
border-color: #377148;
}
</style>