Shades of Amazon #378160
Tints of Amazon #378160
RGB
CMYK
RGB Variations
Color information
#378160 (or 0x378160) is known color: Amazon. HEX triplet: 37, 81 and 60. RGB value is (55,129,96). Sum of RGB (Red+Green+Blue) = 55+129+96=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #378160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378160 is #C87E9F. Grayscale: #676767. Windows color (decimal): -13139616 or 6324535. OLE color: 6324535.
HSL color Cylindrical-coordinate representation of color #378160: hue angle of 153.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378160 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 96 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.49 |
| HSL | 153.24º | 0.4% | 0.36% | - |
| HSV(B) | 153.24º | 0.57% | 0.51% | - |
| XYZ | 11.54 | 17.36 | 13.81 | - |
| YUV | 103.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 96 | 0.57 | 0 | 0.26 | 0.49 | 153.24 | 0.4 | 0.36 |
| Hex | 37 | 81 | 60 | 39 | 0 | 1A | 31 | 99 | 28 | 24 |
| Octal | 67 | 201 | 140 | 71 | 0 | 32 | 61 | 231 | 50 | 44 |
| Binary | 110111 | 10000001 | 1100000 | 111001 | 0 | 11010 | 110001 | 10011001 | 101000 | 100100 |
Color Harmonies of #378160
Complementary color
Monochromatic Colors of #378160
Black with #378160
Text Example
Text Example
White with #378160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378160; }
p { color: rgb(55,129,96); }
H1.HeaderClassName
{
color: #378160;
}
.AnyTagClassName
{
color: #378160;
}
</style>
background-color css
<style>
a { background-color: #378160; }
a { background-color: rgb(55,129,96); }
div.DivClassName
{
background-color: #378160;
}
.BgClassName
{
background-color: #378160;
}
</style>
border-color css
<style>
span { border-color: #378160; }
span { border-color: rgb(55,129,96); }
td.TdClassName
{
border-color: #378160;
}
.TagClassName
{
border-color: #378160;
}
</style>