Shades of Amazon #397655
Tints of Amazon #397655
RGB
CMYK
RGB Variations
Color information
#397655 (or 0x397655) is known color: Amazon. HEX triplet: 39, 76 and 55. RGB value is (57,118,85). Sum of RGB (Red+Green+Blue) = 57+118+85=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #397655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397655 is #C689AA. Grayscale: #606060. Windows color (decimal): -13011371 or 5600825. OLE color: 5600825.
HSL color Cylindrical-coordinate representation of color #397655: hue angle of 147.54º 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 #397655 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 118 | 85 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.54 |
| HSL | 147.54º | 0.35% | 0.34% | - |
| HSV(B) | 147.54º | 0.52% | 0.46% | - |
| XYZ | 9.81 | 14.48 | 10.87 | - |
| YUV | 96 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 85 | 0.52 | 0 | 0.28 | 0.54 | 147.54 | 0.35 | 0.34 |
| Hex | 39 | 76 | 55 | 34 | 0 | 1C | 36 | 94 | 23 | 22 |
| Octal | 71 | 166 | 125 | 64 | 0 | 34 | 66 | 224 | 43 | 42 |
| Binary | 111001 | 1110110 | 1010101 | 110100 | 0 | 11100 | 110110 | 10010100 | 100011 | 100010 |
Color Harmonies of #397655
Complementary color
Monochromatic Colors of #397655
Black with #397655
Text Example
Text Example
White with #397655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397655; }
p { color: rgb(57,118,85); }
H1.HeaderClassName
{
color: #397655;
}
.AnyTagClassName
{
color: #397655;
}
</style>
background-color css
<style>
a { background-color: #397655; }
a { background-color: rgb(57,118,85); }
div.DivClassName
{
background-color: #397655;
}
.BgClassName
{
background-color: #397655;
}
</style>
border-color css
<style>
span { border-color: #397655; }
span { border-color: rgb(57,118,85); }
td.TdClassName
{
border-color: #397655;
}
.TagClassName
{
border-color: #397655;
}
</style>