Shades of Amazon #377F47
Tints of Amazon #377F47
RGB
CMYK
RGB Variations
Color information
#377F47 (or 0x377F47) is known color: Amazon. HEX triplet: 37, 7F and 47. RGB value is (55,127,71). Sum of RGB (Red+Green+Blue) = 55+127+71=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #377F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F47 is #C880B8. Grayscale: #636363. Windows color (decimal): -13140153 or 4685623. OLE color: 4685623.
HSL color Cylindrical-coordinate representation of color #377F47: hue angle of 133.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F47 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 71 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.50 |
| HSL | 133.33º | 0.4% | 0.36% | - |
| HSV(B) | 133.33º | 0.57% | 0.5% | - |
| XYZ | 10.3 | 16.45 | 8.59 | - |
| YUV | 99.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 71 | 0.57 | 0 | 0.44 | 0.50 | 133.33 | 0.4 | 0.36 |
| Hex | 37 | 7F | 47 | 39 | 0 | 2C | 32 | 85 | 28 | 24 |
| Octal | 67 | 177 | 107 | 71 | 0 | 54 | 62 | 205 | 50 | 44 |
| Binary | 110111 | 1111111 | 1000111 | 111001 | 0 | 101100 | 110010 | 10000101 | 101000 | 100100 |
Color Harmonies of #377F47
Complementary color
Monochromatic Colors of #377F47
Black with #377F47
Text Example
Text Example
White with #377F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F47; }
p { color: rgb(55,127,71); }
H1.HeaderClassName
{
color: #377F47;
}
.AnyTagClassName
{
color: #377F47;
}
</style>
background-color css
<style>
a { background-color: #377F47; }
a { background-color: rgb(55,127,71); }
div.DivClassName
{
background-color: #377F47;
}
.BgClassName
{
background-color: #377F47;
}
</style>
border-color css
<style>
span { border-color: #377F47; }
span { border-color: rgb(55,127,71); }
td.TdClassName
{
border-color: #377F47;
}
.TagClassName
{
border-color: #377F47;
}
</style>