Shades of Amazon #377953
Tints of Amazon #377953
RGB
CMYK
RGB Variations
Color information
#377953 (or 0x377953) is known color: Amazon. HEX triplet: 37, 79 and 53. RGB value is (55,121,83). Sum of RGB (Red+Green+Blue) = 55+121+83=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #377953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377953 is #C886AC. Grayscale: #616161. Windows color (decimal): -13141677 or 5470519. OLE color: 5470519.
HSL color Cylindrical-coordinate representation of color #377953: hue angle of 145.45º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377953 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 83 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.53 |
| HSL | 145.45º | 0.38% | 0.35% | - |
| HSV(B) | 145.45º | 0.55% | 0.47% | - |
| XYZ | 9.97 | 15.11 | 10.57 | - |
| YUV | 96.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 83 | 0.55 | 0 | 0.31 | 0.53 | 145.45 | 0.38 | 0.35 |
| Hex | 37 | 79 | 53 | 37 | 0 | 1F | 35 | 91 | 26 | 23 |
| Octal | 67 | 171 | 123 | 67 | 0 | 37 | 65 | 221 | 46 | 43 |
| Binary | 110111 | 1111001 | 1010011 | 110111 | 0 | 11111 | 110101 | 10010001 | 100110 | 100011 |
Color Harmonies of #377953
Complementary color
Monochromatic Colors of #377953
Black with #377953
Text Example
Text Example
White with #377953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377953; }
p { color: rgb(55,121,83); }
H1.HeaderClassName
{
color: #377953;
}
.AnyTagClassName
{
color: #377953;
}
</style>
background-color css
<style>
a { background-color: #377953; }
a { background-color: rgb(55,121,83); }
div.DivClassName
{
background-color: #377953;
}
.BgClassName
{
background-color: #377953;
}
</style>
border-color css
<style>
span { border-color: #377953; }
span { border-color: rgb(55,121,83); }
td.TdClassName
{
border-color: #377953;
}
.TagClassName
{
border-color: #377953;
}
</style>