Shades of Amazon #377258
Tints of Amazon #377258
RGB
CMYK
RGB Variations
Color information
#377258 (or 0x377258) is known color: Amazon. HEX triplet: 37, 72 and 58. RGB value is (55,114,88). Sum of RGB (Red+Green+Blue) = 55+114+88=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #377258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377258 is #C88DA7. Grayscale: #5D5D5D. Windows color (decimal): -13143464 or 5796407. OLE color: 5796407.
HSL color Cylindrical-coordinate representation of color #377258: hue angle of 153.56º 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 #377258 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 88 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.55 |
| HSL | 153.56º | 0.35% | 0.33% | - |
| HSV(B) | 153.56º | 0.52% | 0.45% | - |
| XYZ | 9.35 | 13.55 | 11.36 | - |
| YUV | 93.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 88 | 0.52 | 0 | 0.23 | 0.55 | 153.56 | 0.35 | 0.33 |
| Hex | 37 | 72 | 58 | 34 | 0 | 17 | 37 | 9A | 23 | 21 |
| Octal | 67 | 162 | 130 | 64 | 0 | 27 | 67 | 232 | 43 | 41 |
| Binary | 110111 | 1110010 | 1011000 | 110100 | 0 | 10111 | 110111 | 10011010 | 100011 | 100001 |
Color Harmonies of #377258
Complementary color
Monochromatic Colors of #377258
Black with #377258
Text Example
Text Example
White with #377258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377258; }
p { color: rgb(55,114,88); }
H1.HeaderClassName
{
color: #377258;
}
.AnyTagClassName
{
color: #377258;
}
</style>
background-color css
<style>
a { background-color: #377258; }
a { background-color: rgb(55,114,88); }
div.DivClassName
{
background-color: #377258;
}
.BgClassName
{
background-color: #377258;
}
</style>
border-color css
<style>
span { border-color: #377258; }
span { border-color: rgb(55,114,88); }
td.TdClassName
{
border-color: #377258;
}
.TagClassName
{
border-color: #377258;
}
</style>