Shades of Amazon #377D5D
Tints of Amazon #377D5D
RGB
CMYK
RGB Variations
Color information
#377D5D (or 0x377D5D) is known color: Amazon. HEX triplet: 37, 7D and 5D. RGB value is (55,125,93). Sum of RGB (Red+Green+Blue) = 55+125+93=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 125 - color contains mainly: green. Hex color #377D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D5D is #C882A2. Grayscale: #646464. Windows color (decimal): -13140643 or 6126903. OLE color: 6126903.
HSL color Cylindrical-coordinate representation of color #377D5D: hue angle of 152.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D5D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 93 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.51 |
| HSL | 152.57º | 0.39% | 0.35% | - |
| HSV(B) | 152.57º | 0.56% | 0.49% | - |
| XYZ | 10.88 | 16.27 | 12.92 | - |
| YUV | 100.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 93 | 0.56 | 0 | 0.26 | 0.51 | 152.57 | 0.39 | 0.35 |
| Hex | 37 | 7D | 5D | 38 | 0 | 1A | 33 | 99 | 27 | 23 |
| Octal | 67 | 175 | 135 | 70 | 0 | 32 | 63 | 231 | 47 | 43 |
| Binary | 110111 | 1111101 | 1011101 | 111000 | 0 | 11010 | 110011 | 10011001 | 100111 | 100011 |
Color Harmonies of #377D5D
Complementary color
Monochromatic Colors of #377D5D
Black with #377D5D
Text Example
Text Example
White with #377D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D5D; }
p { color: rgb(55,125,93); }
H1.HeaderClassName
{
color: #377D5D;
}
.AnyTagClassName
{
color: #377D5D;
}
</style>
background-color css
<style>
a { background-color: #377D5D; }
a { background-color: rgb(55,125,93); }
div.DivClassName
{
background-color: #377D5D;
}
.BgClassName
{
background-color: #377D5D;
}
</style>
border-color css
<style>
span { border-color: #377D5D; }
span { border-color: rgb(55,125,93); }
td.TdClassName
{
border-color: #377D5D;
}
.TagClassName
{
border-color: #377D5D;
}
</style>