Shades of Amazon #37815F
Tints of Amazon #37815F
RGB
CMYK
RGB Variations
Color information
#37815F (or 0x37815F) is known color: Amazon. HEX triplet: 37, 81 and 5F. RGB value is (55,129,95). Sum of RGB (Red+Green+Blue) = 55+129+95=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #37815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37815F is #C87EA0. Grayscale: #676767. Windows color (decimal): -13139617 or 6258999. OLE color: 6258999.
HSL color Cylindrical-coordinate representation of color #37815F: hue angle of 152.43º 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 #37815F is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 95 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.49 |
| HSL | 152.43º | 0.4% | 0.36% | - |
| HSV(B) | 152.43º | 0.57% | 0.51% | - |
| XYZ | 11.49 | 17.34 | 13.57 | - |
| YUV | 103 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 95 | 0.57 | 0 | 0.26 | 0.49 | 152.43 | 0.4 | 0.36 |
| Hex | 37 | 81 | 5F | 39 | 0 | 1A | 31 | 98 | 28 | 24 |
| Octal | 67 | 201 | 137 | 71 | 0 | 32 | 61 | 230 | 50 | 44 |
| Binary | 110111 | 10000001 | 1011111 | 111001 | 0 | 11010 | 110001 | 10011000 | 101000 | 100100 |
Color Harmonies of #37815F
Complementary color
Monochromatic Colors of #37815F
Black with #37815F
Text Example
Text Example
White with #37815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37815F; }
p { color: rgb(55,129,95); }
H1.HeaderClassName
{
color: #37815F;
}
.AnyTagClassName
{
color: #37815F;
}
</style>
background-color css
<style>
a { background-color: #37815F; }
a { background-color: rgb(55,129,95); }
div.DivClassName
{
background-color: #37815F;
}
.BgClassName
{
background-color: #37815F;
}
</style>
border-color css
<style>
span { border-color: #37815F; }
span { border-color: rgb(55,129,95); }
td.TdClassName
{
border-color: #37815F;
}
.TagClassName
{
border-color: #37815F;
}
</style>