Shades of Amazon #397E55
Tints of Amazon #397E55
RGB
CMYK
RGB Variations
Color information
#397E55 (or 0x397E55) is known color: Amazon. HEX triplet: 39, 7E and 55. RGB value is (57,126,85). Sum of RGB (Red+Green+Blue) = 57+126+85=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #397E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E55 is #C681AA. Grayscale: #646464. Windows color (decimal): -13009323 or 5602873. OLE color: 5602873.
HSL color Cylindrical-coordinate representation of color #397E55: hue angle of 144.35º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397E55 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 85 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.51 |
| HSL | 144.35º | 0.38% | 0.36% | - |
| HSV(B) | 144.35º | 0.55% | 0.49% | - |
| XYZ | 10.79 | 16.45 | 11.2 | - |
| YUV | 100.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 85 | 0.55 | 0 | 0.33 | 0.51 | 144.35 | 0.38 | 0.36 |
| Hex | 39 | 7E | 55 | 37 | 0 | 21 | 33 | 90 | 26 | 24 |
| Octal | 71 | 176 | 125 | 67 | 0 | 41 | 63 | 220 | 46 | 44 |
| Binary | 111001 | 1111110 | 1010101 | 110111 | 0 | 100001 | 110011 | 10010000 | 100110 | 100100 |
Color Harmonies of #397E55
Complementary color
Monochromatic Colors of #397E55
Black with #397E55
Text Example
Text Example
White with #397E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E55; }
p { color: rgb(57,126,85); }
H1.HeaderClassName
{
color: #397E55;
}
.AnyTagClassName
{
color: #397E55;
}
</style>
background-color css
<style>
a { background-color: #397E55; }
a { background-color: rgb(57,126,85); }
div.DivClassName
{
background-color: #397E55;
}
.BgClassName
{
background-color: #397E55;
}
</style>
border-color css
<style>
span { border-color: #397E55; }
span { border-color: rgb(57,126,85); }
td.TdClassName
{
border-color: #397E55;
}
.TagClassName
{
border-color: #397E55;
}
</style>