Shades of Amazon #377250
Tints of Amazon #377250
RGB
CMYK
RGB Variations
Color information
#377250 (or 0x377250) is known color: Amazon. HEX triplet: 37, 72 and 50. RGB value is (55,114,80). Sum of RGB (Red+Green+Blue) = 55+114+80=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #377250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377250 is #C88DAF. Grayscale: #5C5C5C. Windows color (decimal): -13143472 or 5272119. OLE color: 5272119.
HSL color Cylindrical-coordinate representation of color #377250: hue angle of 145.42º 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 #377250 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 80 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.55 |
| HSL | 145.42º | 0.35% | 0.33% | - |
| HSV(B) | 145.42º | 0.52% | 0.45% | - |
| XYZ | 9.04 | 13.43 | 9.7 | - |
| YUV | 92.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 80 | 0.52 | 0 | 0.30 | 0.55 | 145.42 | 0.35 | 0.33 |
| Hex | 37 | 72 | 50 | 34 | 0 | 1E | 37 | 91 | 23 | 21 |
| Octal | 67 | 162 | 120 | 64 | 0 | 36 | 67 | 221 | 43 | 41 |
| Binary | 110111 | 1110010 | 1010000 | 110100 | 0 | 11110 | 110111 | 10010001 | 100011 | 100001 |
Color Harmonies of #377250
Complementary color
Monochromatic Colors of #377250
Black with #377250
Text Example
Text Example
White with #377250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377250; }
p { color: rgb(55,114,80); }
H1.HeaderClassName
{
color: #377250;
}
.AnyTagClassName
{
color: #377250;
}
</style>
background-color css
<style>
a { background-color: #377250; }
a { background-color: rgb(55,114,80); }
div.DivClassName
{
background-color: #377250;
}
.BgClassName
{
background-color: #377250;
}
</style>
border-color css
<style>
span { border-color: #377250; }
span { border-color: rgb(55,114,80); }
td.TdClassName
{
border-color: #377250;
}
.TagClassName
{
border-color: #377250;
}
</style>