Shades of Amazon #377F51
Tints of Amazon #377F51
RGB
CMYK
RGB Variations
Color information
#377F51 (or 0x377F51) is known color: Amazon. HEX triplet: 37, 7F and 51. RGB value is (55,127,81). Sum of RGB (Red+Green+Blue) = 55+127+81=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #377F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F51 is #C880AE. Grayscale: #646464. Windows color (decimal): -13140143 or 5340983. OLE color: 5340983.
HSL color Cylindrical-coordinate representation of color #377F51: hue angle of 141.67º 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 #377F51 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 81 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.50 |
| HSL | 141.67º | 0.4% | 0.36% | - |
| HSV(B) | 141.67º | 0.57% | 0.5% | - |
| XYZ | 10.65 | 16.59 | 10.42 | - |
| YUV | 100.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 81 | 0.57 | 0 | 0.36 | 0.50 | 141.67 | 0.4 | 0.36 |
| Hex | 37 | 7F | 51 | 39 | 0 | 24 | 32 | 8E | 28 | 24 |
| Octal | 67 | 177 | 121 | 71 | 0 | 44 | 62 | 216 | 50 | 44 |
| Binary | 110111 | 1111111 | 1010001 | 111001 | 0 | 100100 | 110010 | 10001110 | 101000 | 100100 |
Color Harmonies of #377F51
Complementary color
Monochromatic Colors of #377F51
Black with #377F51
Text Example
Text Example
White with #377F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F51; }
p { color: rgb(55,127,81); }
H1.HeaderClassName
{
color: #377F51;
}
.AnyTagClassName
{
color: #377F51;
}
</style>
background-color css
<style>
a { background-color: #377F51; }
a { background-color: rgb(55,127,81); }
div.DivClassName
{
background-color: #377F51;
}
.BgClassName
{
background-color: #377F51;
}
</style>
border-color css
<style>
span { border-color: #377F51; }
span { border-color: rgb(55,127,81); }
td.TdClassName
{
border-color: #377F51;
}
.TagClassName
{
border-color: #377F51;
}
</style>