Shades of Amazon #37805F
Tints of Amazon #37805F
RGB
CMYK
RGB Variations
Color information
#37805F (or 0x37805F) is known color: Amazon. HEX triplet: 37, 80 and 5F. RGB value is (55,128,95). Sum of RGB (Red+Green+Blue) = 55+128+95=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #37805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37805F is #C87FA0. Grayscale: #666666. Windows color (decimal): -13139873 or 6258743. OLE color: 6258743.
HSL color Cylindrical-coordinate representation of color #37805F: hue angle of 152.88º 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 #37805F is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 95 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.50 |
| HSL | 152.88º | 0.4% | 0.36% | - |
| HSV(B) | 152.88º | 0.57% | 0.5% | - |
| XYZ | 11.36 | 17.08 | 13.52 | - |
| YUV | 102.41 | 123.82 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 95 | 0.57 | 0 | 0.26 | 0.50 | 152.88 | 0.4 | 0.36 |
| Hex | 37 | 80 | 5F | 39 | 0 | 1A | 32 | 99 | 28 | 24 |
| Octal | 67 | 200 | 137 | 71 | 0 | 32 | 62 | 231 | 50 | 44 |
| Binary | 110111 | 10000000 | 1011111 | 111001 | 0 | 11010 | 110010 | 10011001 | 101000 | 100100 |
Color Harmonies of #37805F
Complementary color
Monochromatic Colors of #37805F
Black with #37805F
Text Example
Text Example
White with #37805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37805F; }
p { color: rgb(55,128,95); }
H1.HeaderClassName
{
color: #37805F;
}
.AnyTagClassName
{
color: #37805F;
}
</style>
background-color css
<style>
a { background-color: #37805F; }
a { background-color: rgb(55,128,95); }
div.DivClassName
{
background-color: #37805F;
}
.BgClassName
{
background-color: #37805F;
}
</style>
border-color css
<style>
span { border-color: #37805F; }
span { border-color: rgb(55,128,95); }
td.TdClassName
{
border-color: #37805F;
}
.TagClassName
{
border-color: #37805F;
}
</style>