Shades of Amazon #37805D
Tints of Amazon #37805D
RGB
CMYK
RGB Variations
Color information
#37805D (or 0x37805D) is known color: Amazon. HEX triplet: 37, 80 and 5D. RGB value is (55,128,93). Sum of RGB (Red+Green+Blue) = 55+128+93=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #37805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37805D is #C87FA2. Grayscale: #666666. Windows color (decimal): -13139875 or 6127671. OLE color: 6127671.
HSL color Cylindrical-coordinate representation of color #37805D: hue angle of 151.23º 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 #37805D is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 93 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.50 |
| HSL | 151.23º | 0.4% | 0.36% | - |
| HSV(B) | 151.23º | 0.57% | 0.5% | - |
| XYZ | 11.27 | 17.04 | 13.05 | - |
| YUV | 102.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 93 | 0.57 | 0 | 0.27 | 0.50 | 151.23 | 0.4 | 0.36 |
| Hex | 37 | 80 | 5D | 39 | 0 | 1B | 32 | 97 | 28 | 24 |
| Octal | 67 | 200 | 135 | 71 | 0 | 33 | 62 | 227 | 50 | 44 |
| Binary | 110111 | 10000000 | 1011101 | 111001 | 0 | 11011 | 110010 | 10010111 | 101000 | 100100 |
Color Harmonies of #37805D
Complementary color
Monochromatic Colors of #37805D
Black with #37805D
Text Example
Text Example
White with #37805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37805D; }
p { color: rgb(55,128,93); }
H1.HeaderClassName
{
color: #37805D;
}
.AnyTagClassName
{
color: #37805D;
}
</style>
background-color css
<style>
a { background-color: #37805D; }
a { background-color: rgb(55,128,93); }
div.DivClassName
{
background-color: #37805D;
}
.BgClassName
{
background-color: #37805D;
}
</style>
border-color css
<style>
span { border-color: #37805D; }
span { border-color: rgb(55,128,93); }
td.TdClassName
{
border-color: #37805D;
}
.TagClassName
{
border-color: #37805D;
}
</style>