Shades of Amazon #37784D
Tints of Amazon #37784D
RGB
CMYK
RGB Variations
Color information
#37784D (or 0x37784D) is known color: Amazon. HEX triplet: 37, 78 and 4D. RGB value is (55,120,77). Sum of RGB (Red+Green+Blue) = 55+120+77=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #37784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37784D is #C887B2. Grayscale: #5F5F5F. Windows color (decimal): -13141939 or 5077047. OLE color: 5077047.
HSL color Cylindrical-coordinate representation of color #37784D: hue angle of 140.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37784D is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 77 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.53 |
| HSL | 140.31º | 0.37% | 0.34% | - |
| HSV(B) | 140.31º | 0.54% | 0.47% | - |
| XYZ | 9.63 | 14.78 | 9.37 | - |
| YUV | 95.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 77 | 0.54 | 0 | 0.36 | 0.53 | 140.31 | 0.37 | 0.34 |
| Hex | 37 | 78 | 4D | 36 | 0 | 24 | 35 | 8C | 25 | 22 |
| Octal | 67 | 170 | 115 | 66 | 0 | 44 | 65 | 214 | 45 | 42 |
| Binary | 110111 | 1111000 | 1001101 | 110110 | 0 | 100100 | 110101 | 10001100 | 100101 | 100010 |
Color Harmonies of #37784D
Complementary color
Monochromatic Colors of #37784D
Black with #37784D
Text Example
Text Example
White with #37784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37784D; }
p { color: rgb(55,120,77); }
H1.HeaderClassName
{
color: #37784D;
}
.AnyTagClassName
{
color: #37784D;
}
</style>
background-color css
<style>
a { background-color: #37784D; }
a { background-color: rgb(55,120,77); }
div.DivClassName
{
background-color: #37784D;
}
.BgClassName
{
background-color: #37784D;
}
</style>
border-color css
<style>
span { border-color: #37784D; }
span { border-color: rgb(55,120,77); }
td.TdClassName
{
border-color: #37784D;
}
.TagClassName
{
border-color: #37784D;
}
</style>