Shades of Amazon #377D5F
Tints of Amazon #377D5F
RGB
CMYK
RGB Variations
Color information
#377D5F (or 0x377D5F) is known color: Amazon. HEX triplet: 37, 7D and 5F. RGB value is (55,125,95). Sum of RGB (Red+Green+Blue) = 55+125+95=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #377D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D5F is #C882A0. Grayscale: #646464. Windows color (decimal): -13140641 or 6257975. OLE color: 6257975.
HSL color Cylindrical-coordinate representation of color #377D5F: hue angle of 154.29º 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 #377D5F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 95 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.51 |
| HSL | 154.29º | 0.39% | 0.35% | - |
| HSV(B) | 154.29º | 0.56% | 0.49% | - |
| XYZ | 10.97 | 16.31 | 13.4 | - |
| YUV | 100.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 95 | 0.56 | 0 | 0.24 | 0.51 | 154.29 | 0.39 | 0.35 |
| Hex | 37 | 7D | 5F | 38 | 0 | 18 | 33 | 9A | 27 | 23 |
| Octal | 67 | 175 | 137 | 70 | 0 | 30 | 63 | 232 | 47 | 43 |
| Binary | 110111 | 1111101 | 1011111 | 111000 | 0 | 11000 | 110011 | 10011010 | 100111 | 100011 |
Color Harmonies of #377D5F
Complementary color
Monochromatic Colors of #377D5F
Black with #377D5F
Text Example
Text Example
White with #377D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D5F; }
p { color: rgb(55,125,95); }
H1.HeaderClassName
{
color: #377D5F;
}
.AnyTagClassName
{
color: #377D5F;
}
</style>
background-color css
<style>
a { background-color: #377D5F; }
a { background-color: rgb(55,125,95); }
div.DivClassName
{
background-color: #377D5F;
}
.BgClassName
{
background-color: #377D5F;
}
</style>
border-color css
<style>
span { border-color: #377D5F; }
span { border-color: rgb(55,125,95); }
td.TdClassName
{
border-color: #377D5F;
}
.TagClassName
{
border-color: #377D5F;
}
</style>