Shades of Amazon #377653
Tints of Amazon #377653
RGB
CMYK
RGB Variations
Color information
#377653 (or 0x377653) is known color: Amazon. HEX triplet: 37, 76 and 53. RGB value is (55,118,83). Sum of RGB (Red+Green+Blue) = 55+118+83=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #377653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377653 is #C889AC. Grayscale: #5F5F5F. Windows color (decimal): -13142445 or 5469751. OLE color: 5469751.
HSL color Cylindrical-coordinate representation of color #377653: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377653 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 83 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.54 |
| HSL | 146.67º | 0.36% | 0.34% | - |
| HSV(B) | 146.67º | 0.53% | 0.46% | - |
| XYZ | 9.62 | 14.39 | 10.46 | - |
| YUV | 95.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 83 | 0.53 | 0 | 0.30 | 0.54 | 146.67 | 0.36 | 0.34 |
| Hex | 37 | 76 | 53 | 35 | 0 | 1E | 36 | 93 | 24 | 22 |
| Octal | 67 | 166 | 123 | 65 | 0 | 36 | 66 | 223 | 44 | 42 |
| Binary | 110111 | 1110110 | 1010011 | 110101 | 0 | 11110 | 110110 | 10010011 | 100100 | 100010 |
Color Harmonies of #377653
Complementary color
Monochromatic Colors of #377653
Black with #377653
Text Example
Text Example
White with #377653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377653; }
p { color: rgb(55,118,83); }
H1.HeaderClassName
{
color: #377653;
}
.AnyTagClassName
{
color: #377653;
}
</style>
background-color css
<style>
a { background-color: #377653; }
a { background-color: rgb(55,118,83); }
div.DivClassName
{
background-color: #377653;
}
.BgClassName
{
background-color: #377653;
}
</style>
border-color css
<style>
span { border-color: #377653; }
span { border-color: rgb(55,118,83); }
td.TdClassName
{
border-color: #377653;
}
.TagClassName
{
border-color: #377653;
}
</style>