Shades of Amazon #377950
Tints of Amazon #377950
RGB
CMYK
RGB Variations
Color information
#377950 (or 0x377950) is known color: Amazon. HEX triplet: 37, 79 and 50. RGB value is (55,121,80). Sum of RGB (Red+Green+Blue) = 55+121+80=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #377950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377950 is #C886AF. Grayscale: #606060. Windows color (decimal): -13141680 or 5273911. OLE color: 5273911.
HSL color Cylindrical-coordinate representation of color #377950: hue angle of 142.73º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377950 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 80 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.53 |
| HSL | 142.73º | 0.38% | 0.35% | - |
| HSV(B) | 142.73º | 0.55% | 0.47% | - |
| XYZ | 9.86 | 15.07 | 9.98 | - |
| YUV | 96.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 80 | 0.55 | 0 | 0.34 | 0.53 | 142.73 | 0.38 | 0.35 |
| Hex | 37 | 79 | 50 | 37 | 0 | 22 | 35 | 8F | 26 | 23 |
| Octal | 67 | 171 | 120 | 67 | 0 | 42 | 65 | 217 | 46 | 43 |
| Binary | 110111 | 1111001 | 1010000 | 110111 | 0 | 100010 | 110101 | 10001111 | 100110 | 100011 |
Color Harmonies of #377950
Complementary color
Monochromatic Colors of #377950
Black with #377950
Text Example
Text Example
White with #377950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377950; }
p { color: rgb(55,121,80); }
H1.HeaderClassName
{
color: #377950;
}
.AnyTagClassName
{
color: #377950;
}
</style>
background-color css
<style>
a { background-color: #377950; }
a { background-color: rgb(55,121,80); }
div.DivClassName
{
background-color: #377950;
}
.BgClassName
{
background-color: #377950;
}
</style>
border-color css
<style>
span { border-color: #377950; }
span { border-color: rgb(55,121,80); }
td.TdClassName
{
border-color: #377950;
}
.TagClassName
{
border-color: #377950;
}
</style>