Shades of Amazon #37824D
Tints of Amazon #37824D
RGB
CMYK
RGB Variations
Color information
#37824D (or 0x37824D) is known color: Amazon. HEX triplet: 37, 82 and 4D. RGB value is (55,130,77). Sum of RGB (Red+Green+Blue) = 55+130+77=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #37824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37824D is #C87DB2. Grayscale: #656565. Windows color (decimal): -13139379 or 5079607. OLE color: 5079607.
HSL color Cylindrical-coordinate representation of color #37824D: hue angle of 137.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37824D is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 77 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.49 |
| HSL | 137.6º | 0.41% | 0.36% | - |
| HSV(B) | 137.6º | 0.58% | 0.51% | - |
| XYZ | 10.9 | 17.31 | 9.79 | - |
| YUV | 101.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 77 | 0.58 | 0 | 0.41 | 0.49 | 137.6 | 0.41 | 0.36 |
| Hex | 37 | 82 | 4D | 3A | 0 | 29 | 31 | 8A | 29 | 24 |
| Octal | 67 | 202 | 115 | 72 | 0 | 51 | 61 | 212 | 51 | 44 |
| Binary | 110111 | 10000010 | 1001101 | 111010 | 0 | 101001 | 110001 | 10001010 | 101001 | 100100 |
Color Harmonies of #37824D
Complementary color
Monochromatic Colors of #37824D
Black with #37824D
Text Example
Text Example
White with #37824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37824D; }
p { color: rgb(55,130,77); }
H1.HeaderClassName
{
color: #37824D;
}
.AnyTagClassName
{
color: #37824D;
}
</style>
background-color css
<style>
a { background-color: #37824D; }
a { background-color: rgb(55,130,77); }
div.DivClassName
{
background-color: #37824D;
}
.BgClassName
{
background-color: #37824D;
}
</style>
border-color css
<style>
span { border-color: #37824D; }
span { border-color: rgb(55,130,77); }
td.TdClassName
{
border-color: #37824D;
}
.TagClassName
{
border-color: #37824D;
}
</style>