Shades of Amazon #377754
Tints of Amazon #377754
RGB
CMYK
RGB Variations
Color information
#377754 (or 0x377754) is known color: Amazon. HEX triplet: 37, 77 and 54. RGB value is (55,119,84). Sum of RGB (Red+Green+Blue) = 55+119+84=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #377754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377754 is #C888AB. Grayscale: #5F5F5F. Windows color (decimal): -13142188 or 5535543. OLE color: 5535543.
HSL color Cylindrical-coordinate representation of color #377754: hue angle of 147.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #377754 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 84 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.53 |
| HSL | 147.19º | 0.37% | 0.34% | - |
| HSV(B) | 147.19º | 0.54% | 0.47% | - |
| XYZ | 9.77 | 14.65 | 10.7 | - |
| YUV | 95.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 84 | 0.54 | 0 | 0.29 | 0.53 | 147.19 | 0.37 | 0.34 |
| Hex | 37 | 77 | 54 | 36 | 0 | 1D | 35 | 93 | 25 | 22 |
| Octal | 67 | 167 | 124 | 66 | 0 | 35 | 65 | 223 | 45 | 42 |
| Binary | 110111 | 1110111 | 1010100 | 110110 | 0 | 11101 | 110101 | 10010011 | 100101 | 100010 |
Color Harmonies of #377754
Complementary color
Monochromatic Colors of #377754
Black with #377754
Text Example
Text Example
White with #377754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377754; }
p { color: rgb(55,119,84); }
H1.HeaderClassName
{
color: #377754;
}
.AnyTagClassName
{
color: #377754;
}
</style>
background-color css
<style>
a { background-color: #377754; }
a { background-color: rgb(55,119,84); }
div.DivClassName
{
background-color: #377754;
}
.BgClassName
{
background-color: #377754;
}
</style>
border-color css
<style>
span { border-color: #377754; }
span { border-color: rgb(55,119,84); }
td.TdClassName
{
border-color: #377754;
}
.TagClassName
{
border-color: #377754;
}
</style>