Shades of Amazon #378447
Tints of Amazon #378447
RGB
CMYK
RGB Variations
Color information
#378447 (or 0x378447) is known color: Amazon. HEX triplet: 37, 84 and 47. RGB value is (55,132,71). Sum of RGB (Red+Green+Blue) = 55+132+71=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #378447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378447 is #C87BB8. Grayscale: #666666. Windows color (decimal): -13138873 or 4686903. OLE color: 4686903.
HSL color Cylindrical-coordinate representation of color #378447: hue angle of 132.47º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378447 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 132 | 71 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.48 |
| HSL | 132.47º | 0.41% | 0.37% | - |
| HSV(B) | 132.47º | 0.58% | 0.52% | - |
| XYZ | 10.96 | 17.77 | 8.81 | - |
| YUV | 102.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 71 | 0.58 | 0 | 0.46 | 0.48 | 132.47 | 0.41 | 0.37 |
| Hex | 37 | 84 | 47 | 3A | 0 | 2E | 30 | 84 | 29 | 25 |
| Octal | 67 | 204 | 107 | 72 | 0 | 56 | 60 | 204 | 51 | 45 |
| Binary | 110111 | 10000100 | 1000111 | 111010 | 0 | 101110 | 110000 | 10000100 | 101001 | 100101 |
Color Harmonies of #378447
Complementary color
Monochromatic Colors of #378447
Black with #378447
Text Example
Text Example
White with #378447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378447; }
p { color: rgb(55,132,71); }
H1.HeaderClassName
{
color: #378447;
}
.AnyTagClassName
{
color: #378447;
}
</style>
background-color css
<style>
a { background-color: #378447; }
a { background-color: rgb(55,132,71); }
div.DivClassName
{
background-color: #378447;
}
.BgClassName
{
background-color: #378447;
}
</style>
border-color css
<style>
span { border-color: #378447; }
span { border-color: rgb(55,132,71); }
td.TdClassName
{
border-color: #378447;
}
.TagClassName
{
border-color: #378447;
}
</style>