Shades of Amazon #37824C
Tints of Amazon #37824C
RGB
CMYK
RGB Variations
Color information
#37824C (or 0x37824C) is known color: Amazon. HEX triplet: 37, 82 and 4C. RGB value is (55,130,76). Sum of RGB (Red+Green+Blue) = 55+130+76=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #37824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37824C is #C87DB3. Grayscale: #656565. Windows color (decimal): -13139380 or 5014071. OLE color: 5014071.
HSL color Cylindrical-coordinate representation of color #37824C: hue angle of 136.8º 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 #37824C is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 76 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.49 |
| HSL | 136.8º | 0.41% | 0.36% | - |
| HSV(B) | 136.8º | 0.58% | 0.51% | - |
| XYZ | 10.86 | 17.3 | 9.6 | - |
| YUV | 101.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 76 | 0.58 | 0 | 0.42 | 0.49 | 136.8 | 0.41 | 0.36 |
| Hex | 37 | 82 | 4C | 3A | 0 | 2A | 31 | 89 | 29 | 24 |
| Octal | 67 | 202 | 114 | 72 | 0 | 52 | 61 | 211 | 51 | 44 |
| Binary | 110111 | 10000010 | 1001100 | 111010 | 0 | 101010 | 110001 | 10001001 | 101001 | 100100 |
Color Harmonies of #37824C
Complementary color
Monochromatic Colors of #37824C
Black with #37824C
Text Example
Text Example
White with #37824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37824C; }
p { color: rgb(55,130,76); }
H1.HeaderClassName
{
color: #37824C;
}
.AnyTagClassName
{
color: #37824C;
}
</style>
background-color css
<style>
a { background-color: #37824C; }
a { background-color: rgb(55,130,76); }
div.DivClassName
{
background-color: #37824C;
}
.BgClassName
{
background-color: #37824C;
}
</style>
border-color css
<style>
span { border-color: #37824C; }
span { border-color: rgb(55,130,76); }
td.TdClassName
{
border-color: #37824C;
}
.TagClassName
{
border-color: #37824C;
}
</style>