Shades of Amazon #377F48
Tints of Amazon #377F48
RGB
CMYK
RGB Variations
Color information
#377F48 (or 0x377F48) is known color: Amazon. HEX triplet: 37, 7F and 48. RGB value is (55,127,72). Sum of RGB (Red+Green+Blue) = 55+127+72=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #377F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F48 is #C880B7. Grayscale: #636363. Windows color (decimal): -13140152 or 4751159. OLE color: 4751159.
HSL color Cylindrical-coordinate representation of color #377F48: hue angle of 134.17º 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 #377F48 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 72 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.50 |
| HSL | 134.17º | 0.4% | 0.36% | - |
| HSV(B) | 134.17º | 0.57% | 0.5% | - |
| XYZ | 10.33 | 16.46 | 8.76 | - |
| YUV | 99.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 72 | 0.57 | 0 | 0.43 | 0.50 | 134.17 | 0.4 | 0.36 |
| Hex | 37 | 7F | 48 | 39 | 0 | 2B | 32 | 86 | 28 | 24 |
| Octal | 67 | 177 | 110 | 71 | 0 | 53 | 62 | 206 | 50 | 44 |
| Binary | 110111 | 1111111 | 1001000 | 111001 | 0 | 101011 | 110010 | 10000110 | 101000 | 100100 |
Color Harmonies of #377F48
Complementary color
Monochromatic Colors of #377F48
Black with #377F48
Text Example
Text Example
White with #377F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F48; }
p { color: rgb(55,127,72); }
H1.HeaderClassName
{
color: #377F48;
}
.AnyTagClassName
{
color: #377F48;
}
</style>
background-color css
<style>
a { background-color: #377F48; }
a { background-color: rgb(55,127,72); }
div.DivClassName
{
background-color: #377F48;
}
.BgClassName
{
background-color: #377F48;
}
</style>
border-color css
<style>
span { border-color: #377F48; }
span { border-color: rgb(55,127,72); }
td.TdClassName
{
border-color: #377F48;
}
.TagClassName
{
border-color: #377F48;
}
</style>