Shades of Amazon #37815C
Tints of Amazon #37815C
RGB
CMYK
RGB Variations
Color information
#37815C (or 0x37815C) is known color: Amazon. HEX triplet: 37, 81 and 5C. RGB value is (55,129,92). Sum of RGB (Red+Green+Blue) = 55+129+92=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #37815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37815C is #C87EA3. Grayscale: #666666. Windows color (decimal): -13139620 or 6062391. OLE color: 6062391.
HSL color Cylindrical-coordinate representation of color #37815C: hue angle of 150º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37815C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 92 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.49 |
| HSL | 150º | 0.4% | 0.36% | - |
| HSV(B) | 150º | 0.57% | 0.51% | - |
| XYZ | 11.36 | 17.29 | 12.86 | - |
| YUV | 102.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 92 | 0.57 | 0 | 0.29 | 0.49 | 150 | 0.4 | 0.36 |
| Hex | 37 | 81 | 5C | 39 | 0 | 1D | 31 | 96 | 28 | 24 |
| Octal | 67 | 201 | 134 | 71 | 0 | 35 | 61 | 226 | 50 | 44 |
| Binary | 110111 | 10000001 | 1011100 | 111001 | 0 | 11101 | 110001 | 10010110 | 101000 | 100100 |
Color Harmonies of #37815C
Complementary color
Monochromatic Colors of #37815C
Black with #37815C
Text Example
Text Example
White with #37815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37815C; }
p { color: rgb(55,129,92); }
H1.HeaderClassName
{
color: #37815C;
}
.AnyTagClassName
{
color: #37815C;
}
</style>
background-color css
<style>
a { background-color: #37815C; }
a { background-color: rgb(55,129,92); }
div.DivClassName
{
background-color: #37815C;
}
.BgClassName
{
background-color: #37815C;
}
</style>
border-color css
<style>
span { border-color: #37815C; }
span { border-color: rgb(55,129,92); }
td.TdClassName
{
border-color: #37815C;
}
.TagClassName
{
border-color: #37815C;
}
</style>