Shades of Amazon #396E51
Tints of Amazon #396E51
RGB
CMYK
RGB Variations
Color information
#396E51 (or 0x396E51) is known color: Amazon. HEX triplet: 39, 6E and 51. RGB value is (57,110,81). Sum of RGB (Red+Green+Blue) = 57+110+81=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #396E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E51 is #C691AE. Grayscale: #5A5A5A. Windows color (decimal): -13013423 or 5336633. OLE color: 5336633.
HSL color Cylindrical-coordinate representation of color #396E51: hue angle of 147.17º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396E51 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 81 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.57 |
| HSL | 147.17º | 0.32% | 0.33% | - |
| HSV(B) | 147.17º | 0.48% | 0.43% | - |
| XYZ | 8.75 | 12.62 | 9.76 | - |
| YUV | 90.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 81 | 0.48 | 0 | 0.26 | 0.57 | 147.17 | 0.32 | 0.33 |
| Hex | 39 | 6E | 51 | 30 | 0 | 1A | 39 | 93 | 20 | 21 |
| Octal | 71 | 156 | 121 | 60 | 0 | 32 | 71 | 223 | 40 | 41 |
| Binary | 111001 | 1101110 | 1010001 | 110000 | 0 | 11010 | 111001 | 10010011 | 100000 | 100001 |
Color Harmonies of #396E51
Complementary color
Monochromatic Colors of #396E51
Black with #396E51
Text Example
Text Example
White with #396E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E51; }
p { color: rgb(57,110,81); }
H1.HeaderClassName
{
color: #396E51;
}
.AnyTagClassName
{
color: #396E51;
}
</style>
background-color css
<style>
a { background-color: #396E51; }
a { background-color: rgb(57,110,81); }
div.DivClassName
{
background-color: #396E51;
}
.BgClassName
{
background-color: #396E51;
}
</style>
border-color css
<style>
span { border-color: #396E51; }
span { border-color: rgb(57,110,81); }
td.TdClassName
{
border-color: #396E51;
}
.TagClassName
{
border-color: #396E51;
}
</style>