Shades of Amazon #378747
Tints of Amazon #378747
RGB
CMYK
RGB Variations
Color information
#378747 (or 0x378747) is known color: Amazon. HEX triplet: 37, 87 and 47. RGB value is (55,135,71). Sum of RGB (Red+Green+Blue) = 55+135+71=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #378747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378747 is #C878B8. Grayscale: #676767. Windows color (decimal): -13138105 or 4687671. OLE color: 4687671.
HSL color Cylindrical-coordinate representation of color #378747: hue angle of 132º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378747 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 135 | 71 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.47 |
| HSL | 132º | 0.42% | 0.37% | - |
| HSV(B) | 132º | 0.59% | 0.53% | - |
| XYZ | 11.38 | 18.6 | 8.95 | - |
| YUV | 103.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 71 | 0.59 | 0 | 0.47 | 0.47 | 132 | 0.42 | 0.37 |
| Hex | 37 | 87 | 47 | 3B | 0 | 2F | 2F | 84 | 2A | 25 |
| Octal | 67 | 207 | 107 | 73 | 0 | 57 | 57 | 204 | 52 | 45 |
| Binary | 110111 | 10000111 | 1000111 | 111011 | 0 | 101111 | 101111 | 10000100 | 101010 | 100101 |
Color Harmonies of #378747
Complementary color
Monochromatic Colors of #378747
Black with #378747
Text Example
Text Example
White with #378747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378747; }
p { color: rgb(55,135,71); }
H1.HeaderClassName
{
color: #378747;
}
.AnyTagClassName
{
color: #378747;
}
</style>
background-color css
<style>
a { background-color: #378747; }
a { background-color: rgb(55,135,71); }
div.DivClassName
{
background-color: #378747;
}
.BgClassName
{
background-color: #378747;
}
</style>
border-color css
<style>
span { border-color: #378747; }
span { border-color: rgb(55,135,71); }
td.TdClassName
{
border-color: #378747;
}
.TagClassName
{
border-color: #378747;
}
</style>