Shades of Amazon #378159
Tints of Amazon #378159
RGB
CMYK
RGB Variations
Color information
#378159 (or 0x378159) is known color: Amazon. HEX triplet: 37, 81 and 59. RGB value is (55,129,89). Sum of RGB (Red+Green+Blue) = 55+129+89=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #378159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378159 is #C87EA6. Grayscale: #666666. Windows color (decimal): -13139623 or 5865783. OLE color: 5865783.
HSL color Cylindrical-coordinate representation of color #378159: hue angle of 147.57º 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 #378159 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 89 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.49 |
| HSL | 147.57º | 0.4% | 0.36% | - |
| HSV(B) | 147.57º | 0.57% | 0.51% | - |
| XYZ | 11.23 | 17.23 | 12.19 | - |
| YUV | 102.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 89 | 0.57 | 0 | 0.31 | 0.49 | 147.57 | 0.4 | 0.36 |
| Hex | 37 | 81 | 59 | 39 | 0 | 1F | 31 | 94 | 28 | 24 |
| Octal | 67 | 201 | 131 | 71 | 0 | 37 | 61 | 224 | 50 | 44 |
| Binary | 110111 | 10000001 | 1011001 | 111001 | 0 | 11111 | 110001 | 10010100 | 101000 | 100100 |
Color Harmonies of #378159
Complementary color
Monochromatic Colors of #378159
Black with #378159
Text Example
Text Example
White with #378159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378159; }
p { color: rgb(55,129,89); }
H1.HeaderClassName
{
color: #378159;
}
.AnyTagClassName
{
color: #378159;
}
</style>
background-color css
<style>
a { background-color: #378159; }
a { background-color: rgb(55,129,89); }
div.DivClassName
{
background-color: #378159;
}
.BgClassName
{
background-color: #378159;
}
</style>
border-color css
<style>
span { border-color: #378159; }
span { border-color: rgb(55,129,89); }
td.TdClassName
{
border-color: #378159;
}
.TagClassName
{
border-color: #378159;
}
</style>