Shades of Amazon #37755D
Tints of Amazon #37755D
RGB
CMYK
RGB Variations
Color information
#37755D (or 0x37755D) is known color: Amazon. HEX triplet: 37, 75 and 5D. RGB value is (55,117,93). Sum of RGB (Red+Green+Blue) = 55+117+93=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #37755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37755D is #C88AA2. Grayscale: #5F5F5F. Windows color (decimal): -13142691 or 6124855. OLE color: 6124855.
HSL color Cylindrical-coordinate representation of color #37755D: hue angle of 156.77º 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 #37755D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 93 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.54 |
| HSL | 156.77º | 0.36% | 0.34% | - |
| HSV(B) | 156.77º | 0.53% | 0.46% | - |
| XYZ | 9.91 | 14.33 | 12.6 | - |
| YUV | 95.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 93 | 0.53 | 0 | 0.21 | 0.54 | 156.77 | 0.36 | 0.34 |
| Hex | 37 | 75 | 5D | 35 | 0 | 15 | 36 | 9D | 24 | 22 |
| Octal | 67 | 165 | 135 | 65 | 0 | 25 | 66 | 235 | 44 | 42 |
| Binary | 110111 | 1110101 | 1011101 | 110101 | 0 | 10101 | 110110 | 10011101 | 100100 | 100010 |
Color Harmonies of #37755D
Complementary color
Monochromatic Colors of #37755D
Black with #37755D
Text Example
Text Example
White with #37755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37755D; }
p { color: rgb(55,117,93); }
H1.HeaderClassName
{
color: #37755D;
}
.AnyTagClassName
{
color: #37755D;
}
</style>
background-color css
<style>
a { background-color: #37755D; }
a { background-color: rgb(55,117,93); }
div.DivClassName
{
background-color: #37755D;
}
.BgClassName
{
background-color: #37755D;
}
</style>
border-color css
<style>
span { border-color: #37755D; }
span { border-color: rgb(55,117,93); }
td.TdClassName
{
border-color: #37755D;
}
.TagClassName
{
border-color: #37755D;
}
</style>