Shades of Amazon #397D4A
Tints of Amazon #397D4A
RGB
CMYK
RGB Variations
Color information
#397D4A (or 0x397D4A) is known color: Amazon. HEX triplet: 39, 7D and 4A. RGB value is (57,125,74). Sum of RGB (Red+Green+Blue) = 57+125+74=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #397D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397D4A is #C682B5. Grayscale: #626262. Windows color (decimal): -13009590 or 4881721. OLE color: 4881721.
HSL color Cylindrical-coordinate representation of color #397D4A: hue angle of 135º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397D4A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 125 | 74 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.51 |
| HSL | 135º | 0.37% | 0.36% | - |
| HSV(B) | 135º | 0.54% | 0.49% | - |
| XYZ | 10.26 | 16.03 | 9.03 | - |
| YUV | 98.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 74 | 0.54 | 0 | 0.41 | 0.51 | 135 | 0.37 | 0.36 |
| Hex | 39 | 7D | 4A | 36 | 0 | 29 | 33 | 87 | 25 | 24 |
| Octal | 71 | 175 | 112 | 66 | 0 | 51 | 63 | 207 | 45 | 44 |
| Binary | 111001 | 1111101 | 1001010 | 110110 | 0 | 101001 | 110011 | 10000111 | 100101 | 100100 |
Color Harmonies of #397D4A
Complementary color
Monochromatic Colors of #397D4A
Black with #397D4A
Text Example
Text Example
White with #397D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D4A; }
p { color: rgb(57,125,74); }
H1.HeaderClassName
{
color: #397D4A;
}
.AnyTagClassName
{
color: #397D4A;
}
</style>
background-color css
<style>
a { background-color: #397D4A; }
a { background-color: rgb(57,125,74); }
div.DivClassName
{
background-color: #397D4A;
}
.BgClassName
{
background-color: #397D4A;
}
</style>
border-color css
<style>
span { border-color: #397D4A; }
span { border-color: rgb(57,125,74); }
td.TdClassName
{
border-color: #397D4A;
}
.TagClassName
{
border-color: #397D4A;
}
</style>