Shades of Amazon #397E60
Tints of Amazon #397E60
RGB
CMYK
RGB Variations
Color information
#397E60 (or 0x397E60) is known color: Amazon. HEX triplet: 39, 7E and 60. RGB value is (57,126,96). Sum of RGB (Red+Green+Blue) = 57+126+96=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #397E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397E60 is #C6819F. Grayscale: #656565. Windows color (decimal): -13009312 or 6323769. OLE color: 6323769.
HSL color Cylindrical-coordinate representation of color #397E60: hue angle of 153.91º 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 #397E60 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 126 | 96 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.51 |
| HSL | 153.91º | 0.38% | 0.36% | - |
| HSV(B) | 153.91º | 0.55% | 0.49% | - |
| XYZ | 11.26 | 16.64 | 13.68 | - |
| YUV | 101.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 96 | 0.55 | 0 | 0.24 | 0.51 | 153.91 | 0.38 | 0.36 |
| Hex | 39 | 7E | 60 | 37 | 0 | 18 | 33 | 9A | 26 | 24 |
| Octal | 71 | 176 | 140 | 67 | 0 | 30 | 63 | 232 | 46 | 44 |
| Binary | 111001 | 1111110 | 1100000 | 110111 | 0 | 11000 | 110011 | 10011010 | 100110 | 100100 |
Color Harmonies of #397E60
Complementary color
Monochromatic Colors of #397E60
Black with #397E60
Text Example
Text Example
White with #397E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E60; }
p { color: rgb(57,126,96); }
H1.HeaderClassName
{
color: #397E60;
}
.AnyTagClassName
{
color: #397E60;
}
</style>
background-color css
<style>
a { background-color: #397E60; }
a { background-color: rgb(57,126,96); }
div.DivClassName
{
background-color: #397E60;
}
.BgClassName
{
background-color: #397E60;
}
</style>
border-color css
<style>
span { border-color: #397E60; }
span { border-color: rgb(57,126,96); }
td.TdClassName
{
border-color: #397E60;
}
.TagClassName
{
border-color: #397E60;
}
</style>