Shades of Amazon #377D4C
Tints of Amazon #377D4C
RGB
CMYK
RGB Variations
Color information
#377D4C (or 0x377D4C) is known color: Amazon. HEX triplet: 37, 7D and 4C. RGB value is (55,125,76). Sum of RGB (Red+Green+Blue) = 55+125+76=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #377D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D4C is #C882B3. Grayscale: #626262. Windows color (decimal): -13140660 or 5012791. OLE color: 5012791.
HSL color Cylindrical-coordinate representation of color #377D4C: hue angle of 138º 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 #377D4C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 76 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.51 |
| HSL | 138º | 0.39% | 0.35% | - |
| HSV(B) | 138º | 0.56% | 0.49% | - |
| XYZ | 10.21 | 16 | 9.39 | - |
| YUV | 98.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 76 | 0.56 | 0 | 0.39 | 0.51 | 138 | 0.39 | 0.35 |
| Hex | 37 | 7D | 4C | 38 | 0 | 27 | 33 | 8A | 27 | 23 |
| Octal | 67 | 175 | 114 | 70 | 0 | 47 | 63 | 212 | 47 | 43 |
| Binary | 110111 | 1111101 | 1001100 | 111000 | 0 | 100111 | 110011 | 10001010 | 100111 | 100011 |
Color Harmonies of #377D4C
Complementary color
Monochromatic Colors of #377D4C
Black with #377D4C
Text Example
Text Example
White with #377D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D4C; }
p { color: rgb(55,125,76); }
H1.HeaderClassName
{
color: #377D4C;
}
.AnyTagClassName
{
color: #377D4C;
}
</style>
background-color css
<style>
a { background-color: #377D4C; }
a { background-color: rgb(55,125,76); }
div.DivClassName
{
background-color: #377D4C;
}
.BgClassName
{
background-color: #377D4C;
}
</style>
border-color css
<style>
span { border-color: #377D4C; }
span { border-color: rgb(55,125,76); }
td.TdClassName
{
border-color: #377D4C;
}
.TagClassName
{
border-color: #377D4C;
}
</style>