Shades of Amazon #377353
Tints of Amazon #377353
RGB
CMYK
RGB Variations
Color information
#377353 (or 0x377353) is known color: Amazon. HEX triplet: 37, 73 and 53. RGB value is (55,115,83). Sum of RGB (Red+Green+Blue) = 55+115+83=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #377353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377353 is #C88CAC. Grayscale: #5D5D5D. Windows color (decimal): -13143213 or 5468983. OLE color: 5468983.
HSL color Cylindrical-coordinate representation of color #377353: hue angle of 148º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377353 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 83 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.55 |
| HSL | 148º | 0.35% | 0.33% | - |
| HSV(B) | 148º | 0.52% | 0.45% | - |
| XYZ | 9.27 | 13.7 | 10.34 | - |
| YUV | 93.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 83 | 0.52 | 0 | 0.28 | 0.55 | 148 | 0.35 | 0.33 |
| Hex | 37 | 73 | 53 | 34 | 0 | 1C | 37 | 94 | 23 | 21 |
| Octal | 67 | 163 | 123 | 64 | 0 | 34 | 67 | 224 | 43 | 41 |
| Binary | 110111 | 1110011 | 1010011 | 110100 | 0 | 11100 | 110111 | 10010100 | 100011 | 100001 |
Color Harmonies of #377353
Complementary color
Monochromatic Colors of #377353
Black with #377353
Text Example
Text Example
White with #377353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377353; }
p { color: rgb(55,115,83); }
H1.HeaderClassName
{
color: #377353;
}
.AnyTagClassName
{
color: #377353;
}
</style>
background-color css
<style>
a { background-color: #377353; }
a { background-color: rgb(55,115,83); }
div.DivClassName
{
background-color: #377353;
}
.BgClassName
{
background-color: #377353;
}
</style>
border-color css
<style>
span { border-color: #377353; }
span { border-color: rgb(55,115,83); }
td.TdClassName
{
border-color: #377353;
}
.TagClassName
{
border-color: #377353;
}
</style>