Shades of Amazon #37804C
Tints of Amazon #37804C
RGB
CMYK
RGB Variations
Color information
#37804C (or 0x37804C) is known color: Amazon. HEX triplet: 37, 80 and 4C. RGB value is (55,128,76). Sum of RGB (Red+Green+Blue) = 55+128+76=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #37804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37804C is #C87FB3. Grayscale: #646464. Windows color (decimal): -13139892 or 5013559. OLE color: 5013559.
HSL color Cylindrical-coordinate representation of color #37804C: hue angle of 137.26º 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 #37804C is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 76 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.50 |
| HSL | 137.26º | 0.4% | 0.36% | - |
| HSV(B) | 137.26º | 0.57% | 0.5% | - |
| XYZ | 10.6 | 16.77 | 9.52 | - |
| YUV | 100.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 76 | 0.57 | 0 | 0.41 | 0.50 | 137.26 | 0.4 | 0.36 |
| Hex | 37 | 80 | 4C | 39 | 0 | 29 | 32 | 89 | 28 | 24 |
| Octal | 67 | 200 | 114 | 71 | 0 | 51 | 62 | 211 | 50 | 44 |
| Binary | 110111 | 10000000 | 1001100 | 111001 | 0 | 101001 | 110010 | 10001001 | 101000 | 100100 |
Color Harmonies of #37804C
Complementary color
Monochromatic Colors of #37804C
Black with #37804C
Text Example
Text Example
White with #37804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37804C; }
p { color: rgb(55,128,76); }
H1.HeaderClassName
{
color: #37804C;
}
.AnyTagClassName
{
color: #37804C;
}
</style>
background-color css
<style>
a { background-color: #37804C; }
a { background-color: rgb(55,128,76); }
div.DivClassName
{
background-color: #37804C;
}
.BgClassName
{
background-color: #37804C;
}
</style>
border-color css
<style>
span { border-color: #37804C; }
span { border-color: rgb(55,128,76); }
td.TdClassName
{
border-color: #37804C;
}
.TagClassName
{
border-color: #37804C;
}
</style>