Shades of Amazon #37754E
Tints of Amazon #37754E
RGB
CMYK
RGB Variations
Color information
#37754E (or 0x37754E) is known color: Amazon. HEX triplet: 37, 75 and 4E. RGB value is (55,117,78). Sum of RGB (Red+Green+Blue) = 55+117+78=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #37754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37754E is #C88AB1. Grayscale: #5E5E5E. Windows color (decimal): -13142706 or 5141815. OLE color: 5141815.
HSL color Cylindrical-coordinate representation of color #37754E: hue angle of 142.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37754E is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 78 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.54 |
| HSL | 142.26º | 0.36% | 0.34% | - |
| HSV(B) | 142.26º | 0.53% | 0.46% | - |
| XYZ | 9.31 | 14.08 | 9.44 | - |
| YUV | 94.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 78 | 0.53 | 0 | 0.33 | 0.54 | 142.26 | 0.36 | 0.34 |
| Hex | 37 | 75 | 4E | 35 | 0 | 21 | 36 | 8E | 24 | 22 |
| Octal | 67 | 165 | 116 | 65 | 0 | 41 | 66 | 216 | 44 | 42 |
| Binary | 110111 | 1110101 | 1001110 | 110101 | 0 | 100001 | 110110 | 10001110 | 100100 | 100010 |
Color Harmonies of #37754E
Complementary color
Monochromatic Colors of #37754E
Black with #37754E
Text Example
Text Example
White with #37754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37754E; }
p { color: rgb(55,117,78); }
H1.HeaderClassName
{
color: #37754E;
}
.AnyTagClassName
{
color: #37754E;
}
</style>
background-color css
<style>
a { background-color: #37754E; }
a { background-color: rgb(55,117,78); }
div.DivClassName
{
background-color: #37754E;
}
.BgClassName
{
background-color: #37754E;
}
</style>
border-color css
<style>
span { border-color: #37754E; }
span { border-color: rgb(55,117,78); }
td.TdClassName
{
border-color: #37754E;
}
.TagClassName
{
border-color: #37754E;
}
</style>