Shades of Amazon #396E53
Tints of Amazon #396E53
RGB
CMYK
RGB Variations
Color information
#396E53 (or 0x396E53) is known color: Amazon. HEX triplet: 39, 6E and 53. RGB value is (57,110,83). Sum of RGB (Red+Green+Blue) = 57+110+83=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #396E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E53 is #C691AC. Grayscale: #5B5B5B. Windows color (decimal): -13013421 or 5467705. OLE color: 5467705.
HSL color Cylindrical-coordinate representation of color #396E53: hue angle of 149.43º 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 #396E53 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 83 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.57 |
| HSL | 149.43º | 0.32% | 0.33% | - |
| HSV(B) | 149.43º | 0.48% | 0.43% | - |
| XYZ | 8.82 | 12.65 | 10.16 | - |
| YUV | 91.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 83 | 0.48 | 0 | 0.25 | 0.57 | 149.43 | 0.32 | 0.33 |
| Hex | 39 | 6E | 53 | 30 | 0 | 19 | 39 | 95 | 20 | 21 |
| Octal | 71 | 156 | 123 | 60 | 0 | 31 | 71 | 225 | 40 | 41 |
| Binary | 111001 | 1101110 | 1010011 | 110000 | 0 | 11001 | 111001 | 10010101 | 100000 | 100001 |
Color Harmonies of #396E53
Complementary color
Monochromatic Colors of #396E53
Black with #396E53
Text Example
Text Example
White with #396E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E53; }
p { color: rgb(57,110,83); }
H1.HeaderClassName
{
color: #396E53;
}
.AnyTagClassName
{
color: #396E53;
}
</style>
background-color css
<style>
a { background-color: #396E53; }
a { background-color: rgb(57,110,83); }
div.DivClassName
{
background-color: #396E53;
}
.BgClassName
{
background-color: #396E53;
}
</style>
border-color css
<style>
span { border-color: #396E53; }
span { border-color: rgb(57,110,83); }
td.TdClassName
{
border-color: #396E53;
}
.TagClassName
{
border-color: #396E53;
}
</style>