Shades of Amazon #37785D
Tints of Amazon #37785D
RGB
CMYK
RGB Variations
Color information
#37785D (or 0x37785D) is known color: Amazon. HEX triplet: 37, 78 and 5D. RGB value is (55,120,93). Sum of RGB (Red+Green+Blue) = 55+120+93=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #37785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37785D is #C887A2. Grayscale: #616161. Windows color (decimal): -13141923 or 6125623. OLE color: 6125623.
HSL color Cylindrical-coordinate representation of color #37785D: hue angle of 155.08º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37785D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 93 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.53 |
| HSL | 155.08º | 0.37% | 0.34% | - |
| HSV(B) | 155.08º | 0.54% | 0.47% | - |
| XYZ | 10.27 | 15.04 | 12.72 | - |
| YUV | 97.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 93 | 0.54 | 0 | 0.22 | 0.53 | 155.08 | 0.37 | 0.34 |
| Hex | 37 | 78 | 5D | 36 | 0 | 16 | 35 | 9B | 25 | 22 |
| Octal | 67 | 170 | 135 | 66 | 0 | 26 | 65 | 233 | 45 | 42 |
| Binary | 110111 | 1111000 | 1011101 | 110110 | 0 | 10110 | 110101 | 10011011 | 100101 | 100010 |
Color Harmonies of #37785D
Complementary color
Monochromatic Colors of #37785D
Black with #37785D
Text Example
Text Example
White with #37785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37785D; }
p { color: rgb(55,120,93); }
H1.HeaderClassName
{
color: #37785D;
}
.AnyTagClassName
{
color: #37785D;
}
</style>
background-color css
<style>
a { background-color: #37785D; }
a { background-color: rgb(55,120,93); }
div.DivClassName
{
background-color: #37785D;
}
.BgClassName
{
background-color: #37785D;
}
</style>
border-color css
<style>
span { border-color: #37785D; }
span { border-color: rgb(55,120,93); }
td.TdClassName
{
border-color: #37785D;
}
.TagClassName
{
border-color: #37785D;
}
</style>