Shades of Amazon #397F4A
Tints of Amazon #397F4A
RGB
CMYK
RGB Variations
Color information
#397F4A (or 0x397F4A) is known color: Amazon. HEX triplet: 39, 7F and 4A. RGB value is (57,127,74). Sum of RGB (Red+Green+Blue) = 57+127+74=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #397F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F4A is #C680B5. Grayscale: #646464. Windows color (decimal): -13009078 or 4882233. OLE color: 4882233.
HSL color Cylindrical-coordinate representation of color #397F4A: hue angle of 134.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F4A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 74 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.50 |
| HSL | 134.57º | 0.38% | 0.36% | - |
| HSV(B) | 134.57º | 0.55% | 0.5% | - |
| XYZ | 10.51 | 16.54 | 9.12 | - |
| YUV | 100.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 74 | 0.55 | 0 | 0.42 | 0.50 | 134.57 | 0.38 | 0.36 |
| Hex | 39 | 7F | 4A | 37 | 0 | 2A | 32 | 87 | 26 | 24 |
| Octal | 71 | 177 | 112 | 67 | 0 | 52 | 62 | 207 | 46 | 44 |
| Binary | 111001 | 1111111 | 1001010 | 110111 | 0 | 101010 | 110010 | 10000111 | 100110 | 100100 |
Color Harmonies of #397F4A
Complementary color
Monochromatic Colors of #397F4A
Black with #397F4A
Text Example
Text Example
White with #397F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F4A; }
p { color: rgb(57,127,74); }
H1.HeaderClassName
{
color: #397F4A;
}
.AnyTagClassName
{
color: #397F4A;
}
</style>
background-color css
<style>
a { background-color: #397F4A; }
a { background-color: rgb(57,127,74); }
div.DivClassName
{
background-color: #397F4A;
}
.BgClassName
{
background-color: #397F4A;
}
</style>
border-color css
<style>
span { border-color: #397F4A; }
span { border-color: rgb(57,127,74); }
td.TdClassName
{
border-color: #397F4A;
}
.TagClassName
{
border-color: #397F4A;
}
</style>