Shades of Amazon #377350
Tints of Amazon #377350
RGB
CMYK
RGB Variations
Color information
#377350 (or 0x377350) is known color: Amazon. HEX triplet: 37, 73 and 50. RGB value is (55,115,80). Sum of RGB (Red+Green+Blue) = 55+115+80=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #377350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377350 is #C88CAF. Grayscale: #5D5D5D. Windows color (decimal): -13143216 or 5272375. OLE color: 5272375.
HSL color Cylindrical-coordinate representation of color #377350: hue angle of 145º 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 #377350 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 80 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.55 |
| HSL | 145º | 0.35% | 0.33% | - |
| HSV(B) | 145º | 0.52% | 0.45% | - |
| XYZ | 9.15 | 13.65 | 9.74 | - |
| YUV | 93.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 80 | 0.52 | 0 | 0.30 | 0.55 | 145 | 0.35 | 0.33 |
| Hex | 37 | 73 | 50 | 34 | 0 | 1E | 37 | 91 | 23 | 21 |
| Octal | 67 | 163 | 120 | 64 | 0 | 36 | 67 | 221 | 43 | 41 |
| Binary | 110111 | 1110011 | 1010000 | 110100 | 0 | 11110 | 110111 | 10010001 | 100011 | 100001 |
Color Harmonies of #377350
Complementary color
Monochromatic Colors of #377350
Black with #377350
Text Example
Text Example
White with #377350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377350; }
p { color: rgb(55,115,80); }
H1.HeaderClassName
{
color: #377350;
}
.AnyTagClassName
{
color: #377350;
}
</style>
background-color css
<style>
a { background-color: #377350; }
a { background-color: rgb(55,115,80); }
div.DivClassName
{
background-color: #377350;
}
.BgClassName
{
background-color: #377350;
}
</style>
border-color css
<style>
span { border-color: #377350; }
span { border-color: rgb(55,115,80); }
td.TdClassName
{
border-color: #377350;
}
.TagClassName
{
border-color: #377350;
}
</style>