Shades of Amazon #37884C
Tints of Amazon #37884C
RGB
CMYK
RGB Variations
Color information
#37884C (or 0x37884C) is known color: Amazon. HEX triplet: 37, 88 and 4C. RGB value is (55,136,76). Sum of RGB (Red+Green+Blue) = 55+136+76=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #37884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37884C is #C877B3. Grayscale: #696969. Windows color (decimal): -13137844 or 5015607. OLE color: 5015607.
HSL color Cylindrical-coordinate representation of color #37884C: hue angle of 135.56º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37884C is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 76 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.47 |
| HSL | 135.56º | 0.42% | 0.37% | - |
| HSV(B) | 135.56º | 0.6% | 0.53% | - |
| XYZ | 11.68 | 18.94 | 9.88 | - |
| YUV | 104.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 76 | 0.60 | 0 | 0.44 | 0.47 | 135.56 | 0.42 | 0.37 |
| Hex | 37 | 88 | 4C | 3C | 0 | 2C | 2F | 88 | 2A | 25 |
| Octal | 67 | 210 | 114 | 74 | 0 | 54 | 57 | 210 | 52 | 45 |
| Binary | 110111 | 10001000 | 1001100 | 111100 | 0 | 101100 | 101111 | 10001000 | 101010 | 100101 |
Color Harmonies of #37884C
Complementary color
Monochromatic Colors of #37884C
Black with #37884C
Text Example
Text Example
White with #37884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37884C; }
p { color: rgb(55,136,76); }
H1.HeaderClassName
{
color: #37884C;
}
.AnyTagClassName
{
color: #37884C;
}
</style>
background-color css
<style>
a { background-color: #37884C; }
a { background-color: rgb(55,136,76); }
div.DivClassName
{
background-color: #37884C;
}
.BgClassName
{
background-color: #37884C;
}
</style>
border-color css
<style>
span { border-color: #37884C; }
span { border-color: rgb(55,136,76); }
td.TdClassName
{
border-color: #37884C;
}
.TagClassName
{
border-color: #37884C;
}
</style>