Shades of Amazon #377358
Tints of Amazon #377358
RGB
CMYK
RGB Variations
Color information
#377358 (or 0x377358) is known color: Amazon. HEX triplet: 37, 73 and 58. RGB value is (55,115,88). Sum of RGB (Red+Green+Blue) = 55+115+88=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #377358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377358 is #C88CA7. Grayscale: #5E5E5E. Windows color (decimal): -13143208 or 5796663. OLE color: 5796663.
HSL color Cylindrical-coordinate representation of color #377358: hue angle of 153º 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 #377358 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 88 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.55 |
| HSL | 153º | 0.35% | 0.33% | - |
| HSV(B) | 153º | 0.52% | 0.45% | - |
| XYZ | 9.47 | 13.78 | 11.39 | - |
| YUV | 93.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 88 | 0.52 | 0 | 0.23 | 0.55 | 153 | 0.35 | 0.33 |
| Hex | 37 | 73 | 58 | 34 | 0 | 17 | 37 | 99 | 23 | 21 |
| Octal | 67 | 163 | 130 | 64 | 0 | 27 | 67 | 231 | 43 | 41 |
| Binary | 110111 | 1110011 | 1011000 | 110100 | 0 | 10111 | 110111 | 10011001 | 100011 | 100001 |
Color Harmonies of #377358
Complementary color
Monochromatic Colors of #377358
Black with #377358
Text Example
Text Example
White with #377358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377358; }
p { color: rgb(55,115,88); }
H1.HeaderClassName
{
color: #377358;
}
.AnyTagClassName
{
color: #377358;
}
</style>
background-color css
<style>
a { background-color: #377358; }
a { background-color: rgb(55,115,88); }
div.DivClassName
{
background-color: #377358;
}
.BgClassName
{
background-color: #377358;
}
</style>
border-color css
<style>
span { border-color: #377358; }
span { border-color: rgb(55,115,88); }
td.TdClassName
{
border-color: #377358;
}
.TagClassName
{
border-color: #377358;
}
</style>