Shades of Amazon #397656
Tints of Amazon #397656
RGB
CMYK
RGB Variations
Color information
#397656 (or 0x397656) is known color: Amazon. HEX triplet: 39, 76 and 56. RGB value is (57,118,86). Sum of RGB (Red+Green+Blue) = 57+118+86=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #397656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397656 is #C689A9. Grayscale: #606060. Windows color (decimal): -13011370 or 5666361. OLE color: 5666361.
HSL color Cylindrical-coordinate representation of color #397656: hue angle of 148.52º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397656 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 86 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.54 |
| HSL | 148.52º | 0.35% | 0.34% | - |
| HSV(B) | 148.52º | 0.52% | 0.46% | - |
| XYZ | 9.85 | 14.5 | 11.08 | - |
| YUV | 96.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 86 | 0.52 | 0 | 0.27 | 0.54 | 148.52 | 0.35 | 0.34 |
| Hex | 39 | 76 | 56 | 34 | 0 | 1B | 36 | 95 | 23 | 22 |
| Octal | 71 | 166 | 126 | 64 | 0 | 33 | 66 | 225 | 43 | 42 |
| Binary | 111001 | 1110110 | 1010110 | 110100 | 0 | 11011 | 110110 | 10010101 | 100011 | 100010 |
Color Harmonies of #397656
Complementary color
Monochromatic Colors of #397656
Black with #397656
Text Example
Text Example
White with #397656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397656; }
p { color: rgb(57,118,86); }
H1.HeaderClassName
{
color: #397656;
}
.AnyTagClassName
{
color: #397656;
}
</style>
background-color css
<style>
a { background-color: #397656; }
a { background-color: rgb(57,118,86); }
div.DivClassName
{
background-color: #397656;
}
.BgClassName
{
background-color: #397656;
}
</style>
border-color css
<style>
span { border-color: #397656; }
span { border-color: rgb(57,118,86); }
td.TdClassName
{
border-color: #397656;
}
.TagClassName
{
border-color: #397656;
}
</style>