Shades of Amazon #37784C
Tints of Amazon #37784C
RGB
CMYK
RGB Variations
Color information
#37784C (or 0x37784C) is known color: Amazon. HEX triplet: 37, 78 and 4C. RGB value is (55,120,76). Sum of RGB (Red+Green+Blue) = 55+120+76=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #37784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37784C is #C887B3. Grayscale: #5F5F5F. Windows color (decimal): -13141940 or 5011511. OLE color: 5011511.
HSL color Cylindrical-coordinate representation of color #37784C: hue angle of 139.38º 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 #37784C is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 76 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.53 |
| HSL | 139.38º | 0.37% | 0.34% | - |
| HSV(B) | 139.38º | 0.54% | 0.47% | - |
| XYZ | 9.6 | 14.77 | 9.18 | - |
| YUV | 95.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 76 | 0.54 | 0 | 0.37 | 0.53 | 139.38 | 0.37 | 0.34 |
| Hex | 37 | 78 | 4C | 36 | 0 | 25 | 35 | 8B | 25 | 22 |
| Octal | 67 | 170 | 114 | 66 | 0 | 45 | 65 | 213 | 45 | 42 |
| Binary | 110111 | 1111000 | 1001100 | 110110 | 0 | 100101 | 110101 | 10001011 | 100101 | 100010 |
Color Harmonies of #37784C
Complementary color
Monochromatic Colors of #37784C
Black with #37784C
Text Example
Text Example
White with #37784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37784C; }
p { color: rgb(55,120,76); }
H1.HeaderClassName
{
color: #37784C;
}
.AnyTagClassName
{
color: #37784C;
}
</style>
background-color css
<style>
a { background-color: #37784C; }
a { background-color: rgb(55,120,76); }
div.DivClassName
{
background-color: #37784C;
}
.BgClassName
{
background-color: #37784C;
}
</style>
border-color css
<style>
span { border-color: #37784C; }
span { border-color: rgb(55,120,76); }
td.TdClassName
{
border-color: #37784C;
}
.TagClassName
{
border-color: #37784C;
}
</style>