Shades of Amazon #377F4A
Tints of Amazon #377F4A
RGB
CMYK
RGB Variations
Color information
#377F4A (or 0x377F4A) is known color: Amazon. HEX triplet: 37, 7F and 4A. RGB value is (55,127,74). Sum of RGB (Red+Green+Blue) = 55+127+74=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #377F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F4A is #C880B5. Grayscale: #636363. Windows color (decimal): -13140150 or 4882231. OLE color: 4882231.
HSL color Cylindrical-coordinate representation of color #377F4A: hue angle of 135.83º 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 #377F4A is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 74 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.50 |
| HSL | 135.83º | 0.4% | 0.36% | - |
| HSV(B) | 135.83º | 0.57% | 0.5% | - |
| XYZ | 10.4 | 16.49 | 9.11 | - |
| YUV | 99.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 74 | 0.57 | 0 | 0.42 | 0.50 | 135.83 | 0.4 | 0.36 |
| Hex | 37 | 7F | 4A | 39 | 0 | 2A | 32 | 88 | 28 | 24 |
| Octal | 67 | 177 | 112 | 71 | 0 | 52 | 62 | 210 | 50 | 44 |
| Binary | 110111 | 1111111 | 1001010 | 111001 | 0 | 101010 | 110010 | 10001000 | 101000 | 100100 |
Color Harmonies of #377F4A
Complementary color
Monochromatic Colors of #377F4A
Black with #377F4A
Text Example
Text Example
White with #377F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F4A; }
p { color: rgb(55,127,74); }
H1.HeaderClassName
{
color: #377F4A;
}
.AnyTagClassName
{
color: #377F4A;
}
</style>
background-color css
<style>
a { background-color: #377F4A; }
a { background-color: rgb(55,127,74); }
div.DivClassName
{
background-color: #377F4A;
}
.BgClassName
{
background-color: #377F4A;
}
</style>
border-color css
<style>
span { border-color: #377F4A; }
span { border-color: rgb(55,127,74); }
td.TdClassName
{
border-color: #377F4A;
}
.TagClassName
{
border-color: #377F4A;
}
</style>