Shades of Amazon #376F52
Tints of Amazon #376F52
RGB
CMYK
RGB Variations
Color information
#376F52 (or 0x376F52) is known color: Amazon. HEX triplet: 37, 6F and 52. RGB value is (55,111,82). Sum of RGB (Red+Green+Blue) = 55+111+82=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #376F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F52 is #C890AD. Grayscale: #5B5B5B. Windows color (decimal): -13144238 or 5402423. OLE color: 5402423.
HSL color Cylindrical-coordinate representation of color #376F52: hue angle of 148.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F52 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 82 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.56 |
| HSL | 148.93º | 0.34% | 0.33% | - |
| HSV(B) | 148.93º | 0.5% | 0.44% | - |
| XYZ | 8.78 | 12.79 | 9.99 | - |
| YUV | 90.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 82 | 0.50 | 0 | 0.26 | 0.56 | 148.93 | 0.34 | 0.33 |
| Hex | 37 | 6F | 52 | 32 | 0 | 1A | 38 | 95 | 22 | 21 |
| Octal | 67 | 157 | 122 | 62 | 0 | 32 | 70 | 225 | 42 | 41 |
| Binary | 110111 | 1101111 | 1010010 | 110010 | 0 | 11010 | 111000 | 10010101 | 100010 | 100001 |
Color Harmonies of #376F52
Complementary color
Monochromatic Colors of #376F52
Black with #376F52
Text Example
Text Example
White with #376F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F52; }
p { color: rgb(55,111,82); }
H1.HeaderClassName
{
color: #376F52;
}
.AnyTagClassName
{
color: #376F52;
}
</style>
background-color css
<style>
a { background-color: #376F52; }
a { background-color: rgb(55,111,82); }
div.DivClassName
{
background-color: #376F52;
}
.BgClassName
{
background-color: #376F52;
}
</style>
border-color css
<style>
span { border-color: #376F52; }
span { border-color: rgb(55,111,82); }
td.TdClassName
{
border-color: #376F52;
}
.TagClassName
{
border-color: #376F52;
}
</style>