Shades of Amazon #37775C
Tints of Amazon #37775C
RGB
CMYK
RGB Variations
Color information
#37775C (or 0x37775C) is known color: Amazon. HEX triplet: 37, 77 and 5C. RGB value is (55,119,92). Sum of RGB (Red+Green+Blue) = 55+119+92=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #37775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37775C is #C888A3. Grayscale: #606060. Windows color (decimal): -13142180 or 6059831. OLE color: 6059831.
HSL color Cylindrical-coordinate representation of color #37775C: hue angle of 154.69º 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 #37775C is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 119 | 92 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.53 |
| HSL | 154.69º | 0.37% | 0.34% | - |
| HSV(B) | 154.69º | 0.54% | 0.47% | - |
| XYZ | 10.1 | 14.78 | 12.45 | - |
| YUV | 96.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 119 | 92 | 0.54 | 0 | 0.23 | 0.53 | 154.69 | 0.37 | 0.34 |
| Hex | 37 | 77 | 5C | 36 | 0 | 17 | 35 | 9B | 25 | 22 |
| Octal | 67 | 167 | 134 | 66 | 0 | 27 | 65 | 233 | 45 | 42 |
| Binary | 110111 | 1110111 | 1011100 | 110110 | 0 | 10111 | 110101 | 10011011 | 100101 | 100010 |
Color Harmonies of #37775C
Complementary color
Monochromatic Colors of #37775C
Black with #37775C
Text Example
Text Example
White with #37775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37775C; }
p { color: rgb(55,119,92); }
H1.HeaderClassName
{
color: #37775C;
}
.AnyTagClassName
{
color: #37775C;
}
</style>
background-color css
<style>
a { background-color: #37775C; }
a { background-color: rgb(55,119,92); }
div.DivClassName
{
background-color: #37775C;
}
.BgClassName
{
background-color: #37775C;
}
</style>
border-color css
<style>
span { border-color: #37775C; }
span { border-color: rgb(55,119,92); }
td.TdClassName
{
border-color: #37775C;
}
.TagClassName
{
border-color: #37775C;
}
</style>