Shades of Amazon #37804E
Tints of Amazon #37804E
RGB
CMYK
RGB Variations
Color information
#37804E (or 0x37804E) is known color: Amazon. HEX triplet: 37, 80 and 4E. RGB value is (55,128,78). Sum of RGB (Red+Green+Blue) = 55+128+78=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #37804E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37804E is #C87FB1. Grayscale: #646464. Windows color (decimal): -13139890 or 5144631. OLE color: 5144631.
HSL color Cylindrical-coordinate representation of color #37804E: hue angle of 138.9º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37804E is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 78 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.50 |
| HSL | 138.9º | 0.4% | 0.36% | - |
| HSV(B) | 138.9º | 0.57% | 0.5% | - |
| XYZ | 10.67 | 16.8 | 9.89 | - |
| YUV | 100.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 78 | 0.57 | 0 | 0.39 | 0.50 | 138.9 | 0.4 | 0.36 |
| Hex | 37 | 80 | 4E | 39 | 0 | 27 | 32 | 8B | 28 | 24 |
| Octal | 67 | 200 | 116 | 71 | 0 | 47 | 62 | 213 | 50 | 44 |
| Binary | 110111 | 10000000 | 1001110 | 111001 | 0 | 100111 | 110010 | 10001011 | 101000 | 100100 |
Color Harmonies of #37804E
Complementary color
Monochromatic Colors of #37804E
Black with #37804E
Text Example
Text Example
White with #37804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37804E; }
p { color: rgb(55,128,78); }
H1.HeaderClassName
{
color: #37804E;
}
.AnyTagClassName
{
color: #37804E;
}
</style>
background-color css
<style>
a { background-color: #37804E; }
a { background-color: rgb(55,128,78); }
div.DivClassName
{
background-color: #37804E;
}
.BgClassName
{
background-color: #37804E;
}
</style>
border-color css
<style>
span { border-color: #37804E; }
span { border-color: rgb(55,128,78); }
td.TdClassName
{
border-color: #37804E;
}
.TagClassName
{
border-color: #37804E;
}
</style>