Shades of Amazon #377453
Tints of Amazon #377453
RGB
CMYK
RGB Variations
Color information
#377453 (or 0x377453) is known color: Amazon. HEX triplet: 37, 74 and 53. RGB value is (55,116,83). Sum of RGB (Red+Green+Blue) = 55+116+83=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #377453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377453 is #C88BAC. Grayscale: #5E5E5E. Windows color (decimal): -13142957 or 5469239. OLE color: 5469239.
HSL color Cylindrical-coordinate representation of color #377453: hue angle of 147.54º 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 #377453 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 83 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.55 |
| HSL | 147.54º | 0.36% | 0.34% | - |
| HSV(B) | 147.54º | 0.53% | 0.45% | - |
| XYZ | 9.38 | 13.93 | 10.38 | - |
| YUV | 94 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 83 | 0.53 | 0 | 0.28 | 0.55 | 147.54 | 0.36 | 0.34 |
| Hex | 37 | 74 | 53 | 35 | 0 | 1C | 37 | 94 | 24 | 22 |
| Octal | 67 | 164 | 123 | 65 | 0 | 34 | 67 | 224 | 44 | 42 |
| Binary | 110111 | 1110100 | 1010011 | 110101 | 0 | 11100 | 110111 | 10010100 | 100100 | 100010 |
Color Harmonies of #377453
Complementary color
Monochromatic Colors of #377453
Black with #377453
Text Example
Text Example
White with #377453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377453; }
p { color: rgb(55,116,83); }
H1.HeaderClassName
{
color: #377453;
}
.AnyTagClassName
{
color: #377453;
}
</style>
background-color css
<style>
a { background-color: #377453; }
a { background-color: rgb(55,116,83); }
div.DivClassName
{
background-color: #377453;
}
.BgClassName
{
background-color: #377453;
}
</style>
border-color css
<style>
span { border-color: #377453; }
span { border-color: rgb(55,116,83); }
td.TdClassName
{
border-color: #377453;
}
.TagClassName
{
border-color: #377453;
}
</style>