Shades of Amazon #37755A
Tints of Amazon #37755A
RGB
CMYK
RGB Variations
Color information
#37755A (or 0x37755A) is known color: Amazon. HEX triplet: 37, 75 and 5A. RGB value is (55,117,90). Sum of RGB (Red+Green+Blue) = 55+117+90=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #37755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37755A is #C88AA5. Grayscale: #5F5F5F. Windows color (decimal): -13142694 or 5928247. OLE color: 5928247.
HSL color Cylindrical-coordinate representation of color #37755A: hue angle of 153.87º 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 #37755A is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 90 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.54 |
| HSL | 153.87º | 0.36% | 0.34% | - |
| HSV(B) | 153.87º | 0.53% | 0.46% | - |
| XYZ | 9.78 | 14.27 | 11.91 | - |
| YUV | 95.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 90 | 0.53 | 0 | 0.23 | 0.54 | 153.87 | 0.36 | 0.34 |
| Hex | 37 | 75 | 5A | 35 | 0 | 17 | 36 | 9A | 24 | 22 |
| Octal | 67 | 165 | 132 | 65 | 0 | 27 | 66 | 232 | 44 | 42 |
| Binary | 110111 | 1110101 | 1011010 | 110101 | 0 | 10111 | 110110 | 10011010 | 100100 | 100010 |
Color Harmonies of #37755A
Complementary color
Monochromatic Colors of #37755A
Black with #37755A
Text Example
Text Example
White with #37755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37755A; }
p { color: rgb(55,117,90); }
H1.HeaderClassName
{
color: #37755A;
}
.AnyTagClassName
{
color: #37755A;
}
</style>
background-color css
<style>
a { background-color: #37755A; }
a { background-color: rgb(55,117,90); }
div.DivClassName
{
background-color: #37755A;
}
.BgClassName
{
background-color: #37755A;
}
</style>
border-color css
<style>
span { border-color: #37755A; }
span { border-color: rgb(55,117,90); }
td.TdClassName
{
border-color: #37755A;
}
.TagClassName
{
border-color: #37755A;
}
</style>