Shades of Amazon #39704D
Tints of Amazon #39704D
RGB
CMYK
RGB Variations
Color information
#39704D (or 0x39704D) is known color: Amazon. HEX triplet: 39, 70 and 4D. RGB value is (57,112,77). Sum of RGB (Red+Green+Blue) = 57+112+77=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #39704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39704D is #C68FB2. Grayscale: #5B5B5B. Windows color (decimal): -13012915 or 5075001. OLE color: 5075001.
HSL color Cylindrical-coordinate representation of color #39704D: hue angle of 141.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39704D is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 77 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.56 |
| HSL | 141.82º | 0.33% | 0.33% | - |
| HSV(B) | 141.82º | 0.49% | 0.44% | - |
| XYZ | 8.82 | 12.99 | 9.06 | - |
| YUV | 91.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 77 | 0.49 | 0 | 0.31 | 0.56 | 141.82 | 0.33 | 0.33 |
| Hex | 39 | 70 | 4D | 31 | 0 | 1F | 38 | 8E | 21 | 21 |
| Octal | 71 | 160 | 115 | 61 | 0 | 37 | 70 | 216 | 41 | 41 |
| Binary | 111001 | 1110000 | 1001101 | 110001 | 0 | 11111 | 111000 | 10001110 | 100001 | 100001 |
Color Harmonies of #39704D
Complementary color
Monochromatic Colors of #39704D
Black with #39704D
Text Example
Text Example
White with #39704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39704D; }
p { color: rgb(57,112,77); }
H1.HeaderClassName
{
color: #39704D;
}
.AnyTagClassName
{
color: #39704D;
}
</style>
background-color css
<style>
a { background-color: #39704D; }
a { background-color: rgb(57,112,77); }
div.DivClassName
{
background-color: #39704D;
}
.BgClassName
{
background-color: #39704D;
}
</style>
border-color css
<style>
span { border-color: #39704D; }
span { border-color: rgb(57,112,77); }
td.TdClassName
{
border-color: #39704D;
}
.TagClassName
{
border-color: #39704D;
}
</style>