Shades of Amazon #377356
Tints of Amazon #377356
RGB
CMYK
RGB Variations
Color information
#377356 (or 0x377356) is known color: Amazon. HEX triplet: 37, 73 and 56. RGB value is (55,115,86). Sum of RGB (Red+Green+Blue) = 55+115+86=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #377356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377356 is #C88CA9. Grayscale: #5D5D5D. Windows color (decimal): -13143210 or 5665591. OLE color: 5665591.
HSL color Cylindrical-coordinate representation of color #377356: hue angle of 151º 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 #377356 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 86 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.55 |
| HSL | 151º | 0.35% | 0.33% | - |
| HSV(B) | 151º | 0.52% | 0.45% | - |
| XYZ | 9.39 | 13.75 | 10.96 | - |
| YUV | 93.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 86 | 0.52 | 0 | 0.25 | 0.55 | 151 | 0.35 | 0.33 |
| Hex | 37 | 73 | 56 | 34 | 0 | 19 | 37 | 97 | 23 | 21 |
| Octal | 67 | 163 | 126 | 64 | 0 | 31 | 67 | 227 | 43 | 41 |
| Binary | 110111 | 1110011 | 1010110 | 110100 | 0 | 11001 | 110111 | 10010111 | 100011 | 100001 |
Color Harmonies of #377356
Complementary color
Monochromatic Colors of #377356
Black with #377356
Text Example
Text Example
White with #377356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377356; }
p { color: rgb(55,115,86); }
H1.HeaderClassName
{
color: #377356;
}
.AnyTagClassName
{
color: #377356;
}
</style>
background-color css
<style>
a { background-color: #377356; }
a { background-color: rgb(55,115,86); }
div.DivClassName
{
background-color: #377356;
}
.BgClassName
{
background-color: #377356;
}
</style>
border-color css
<style>
span { border-color: #377356; }
span { border-color: rgb(55,115,86); }
td.TdClassName
{
border-color: #377356;
}
.TagClassName
{
border-color: #377356;
}
</style>