Shades of Amazon #397850
Tints of Amazon #397850
RGB
CMYK
RGB Variations
Color information
#397850 (or 0x397850) is known color: Amazon. HEX triplet: 39, 78 and 50. RGB value is (57,120,80). Sum of RGB (Red+Green+Blue) = 57+120+80=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #397850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397850 is #C687AF. Grayscale: #606060. Windows color (decimal): -13010864 or 5273657. OLE color: 5273657.
HSL color Cylindrical-coordinate representation of color #397850: hue angle of 141.9º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397850 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 120 | 80 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.53 |
| HSL | 141.9º | 0.36% | 0.35% | - |
| HSV(B) | 141.9º | 0.53% | 0.47% | - |
| XYZ | 9.85 | 14.88 | 9.94 | - |
| YUV | 96.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 80 | 0.52 | 0 | 0.33 | 0.53 | 141.9 | 0.36 | 0.35 |
| Hex | 39 | 78 | 50 | 34 | 0 | 21 | 35 | 8E | 24 | 23 |
| Octal | 71 | 170 | 120 | 64 | 0 | 41 | 65 | 216 | 44 | 43 |
| Binary | 111001 | 1111000 | 1010000 | 110100 | 0 | 100001 | 110101 | 10001110 | 100100 | 100011 |
Color Harmonies of #397850
Complementary color
Monochromatic Colors of #397850
Black with #397850
Text Example
Text Example
White with #397850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397850; }
p { color: rgb(57,120,80); }
H1.HeaderClassName
{
color: #397850;
}
.AnyTagClassName
{
color: #397850;
}
</style>
background-color css
<style>
a { background-color: #397850; }
a { background-color: rgb(57,120,80); }
div.DivClassName
{
background-color: #397850;
}
.BgClassName
{
background-color: #397850;
}
</style>
border-color css
<style>
span { border-color: #397850; }
span { border-color: rgb(57,120,80); }
td.TdClassName
{
border-color: #397850;
}
.TagClassName
{
border-color: #397850;
}
</style>