Shades of Amazon #377451
Tints of Amazon #377451
RGB
CMYK
RGB Variations
Color information
#377451 (or 0x377451) is known color: Amazon. HEX triplet: 37, 74 and 51. RGB value is (55,116,81). Sum of RGB (Red+Green+Blue) = 55+116+81=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #377451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377451 is #C88BAE. Grayscale: #5D5D5D. Windows color (decimal): -13142959 or 5338167. OLE color: 5338167.
HSL color Cylindrical-coordinate representation of color #377451: hue angle of 145.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377451 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 81 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.55 |
| HSL | 145.57º | 0.36% | 0.34% | - |
| HSV(B) | 145.57º | 0.53% | 0.45% | - |
| XYZ | 9.31 | 13.9 | 9.98 | - |
| YUV | 93.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 81 | 0.53 | 0 | 0.30 | 0.55 | 145.57 | 0.36 | 0.34 |
| Hex | 37 | 74 | 51 | 35 | 0 | 1E | 37 | 92 | 24 | 22 |
| Octal | 67 | 164 | 121 | 65 | 0 | 36 | 67 | 222 | 44 | 42 |
| Binary | 110111 | 1110100 | 1010001 | 110101 | 0 | 11110 | 110111 | 10010010 | 100100 | 100010 |
Color Harmonies of #377451
Complementary color
Monochromatic Colors of #377451
Black with #377451
Text Example
Text Example
White with #377451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377451; }
p { color: rgb(55,116,81); }
H1.HeaderClassName
{
color: #377451;
}
.AnyTagClassName
{
color: #377451;
}
</style>
background-color css
<style>
a { background-color: #377451; }
a { background-color: rgb(55,116,81); }
div.DivClassName
{
background-color: #377451;
}
.BgClassName
{
background-color: #377451;
}
</style>
border-color css
<style>
span { border-color: #377451; }
span { border-color: rgb(55,116,81); }
td.TdClassName
{
border-color: #377451;
}
.TagClassName
{
border-color: #377451;
}
</style>