Shades of Amazon #377D4B
Tints of Amazon #377D4B
RGB
CMYK
RGB Variations
Color information
#377D4B (or 0x377D4B) is known color: Amazon. HEX triplet: 37, 7D and 4B. RGB value is (55,125,75). Sum of RGB (Red+Green+Blue) = 55+125+75=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #377D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D4B is #C882B4. Grayscale: #626262. Windows color (decimal): -13140661 or 4947255. OLE color: 4947255.
HSL color Cylindrical-coordinate representation of color #377D4B: hue angle of 137.14º 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 #377D4B is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 75 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.51 |
| HSL | 137.14º | 0.39% | 0.35% | - |
| HSV(B) | 137.14º | 0.56% | 0.49% | - |
| XYZ | 10.18 | 15.99 | 9.21 | - |
| YUV | 98.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 75 | 0.56 | 0 | 0.40 | 0.51 | 137.14 | 0.39 | 0.35 |
| Hex | 37 | 7D | 4B | 38 | 0 | 28 | 33 | 89 | 27 | 23 |
| Octal | 67 | 175 | 113 | 70 | 0 | 50 | 63 | 211 | 47 | 43 |
| Binary | 110111 | 1111101 | 1001011 | 111000 | 0 | 101000 | 110011 | 10001001 | 100111 | 100011 |
Color Harmonies of #377D4B
Complementary color
Monochromatic Colors of #377D4B
Black with #377D4B
Text Example
Text Example
White with #377D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D4B; }
p { color: rgb(55,125,75); }
H1.HeaderClassName
{
color: #377D4B;
}
.AnyTagClassName
{
color: #377D4B;
}
</style>
background-color css
<style>
a { background-color: #377D4B; }
a { background-color: rgb(55,125,75); }
div.DivClassName
{
background-color: #377D4B;
}
.BgClassName
{
background-color: #377D4B;
}
</style>
border-color css
<style>
span { border-color: #377D4B; }
span { border-color: rgb(55,125,75); }
td.TdClassName
{
border-color: #377D4B;
}
.TagClassName
{
border-color: #377D4B;
}
</style>