Shades of Amazon #377E51
Tints of Amazon #377E51
RGB
CMYK
RGB Variations
Color information
#377E51 (or 0x377E51) is known color: Amazon. HEX triplet: 37, 7E and 51. RGB value is (55,126,81). Sum of RGB (Red+Green+Blue) = 55+126+81=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #377E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E51 is #C881AE. Grayscale: #636363. Windows color (decimal): -13140399 or 5340727. OLE color: 5340727.
HSL color Cylindrical-coordinate representation of color #377E51: hue angle of 141.97º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E51 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 81 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.51 |
| HSL | 141.97º | 0.39% | 0.35% | - |
| HSV(B) | 141.97º | 0.56% | 0.49% | - |
| XYZ | 10.52 | 16.33 | 10.38 | - |
| YUV | 99.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 81 | 0.56 | 0 | 0.36 | 0.51 | 141.97 | 0.39 | 0.35 |
| Hex | 37 | 7E | 51 | 38 | 0 | 24 | 33 | 8E | 27 | 23 |
| Octal | 67 | 176 | 121 | 70 | 0 | 44 | 63 | 216 | 47 | 43 |
| Binary | 110111 | 1111110 | 1010001 | 111000 | 0 | 100100 | 110011 | 10001110 | 100111 | 100011 |
Color Harmonies of #377E51
Complementary color
Monochromatic Colors of #377E51
Black with #377E51
Text Example
Text Example
White with #377E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E51; }
p { color: rgb(55,126,81); }
H1.HeaderClassName
{
color: #377E51;
}
.AnyTagClassName
{
color: #377E51;
}
</style>
background-color css
<style>
a { background-color: #377E51; }
a { background-color: rgb(55,126,81); }
div.DivClassName
{
background-color: #377E51;
}
.BgClassName
{
background-color: #377E51;
}
</style>
border-color css
<style>
span { border-color: #377E51; }
span { border-color: rgb(55,126,81); }
td.TdClassName
{
border-color: #377E51;
}
.TagClassName
{
border-color: #377E51;
}
</style>