Shades of Amazon #39694A
Tints of Amazon #39694A
RGB
CMYK
RGB Variations
Color information
#39694A (or 0x39694A) is known color: Amazon. HEX triplet: 39, 69 and 4A. RGB value is (57,105,74). Sum of RGB (Red+Green+Blue) = 57+105+74=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #39694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39694A is #C696B5. Grayscale: #575757. Windows color (decimal): -13014710 or 4876601. OLE color: 4876601.
HSL color Cylindrical-coordinate representation of color #39694A: hue angle of 141.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39694A is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 105 | 74 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.59 |
| HSL | 141.25º | 0.3% | 0.32% | - |
| HSV(B) | 141.25º | 0.46% | 0.41% | - |
| XYZ | 7.97 | 11.47 | 8.27 | - |
| YUV | 87.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 105 | 74 | 0.46 | 0 | 0.30 | 0.59 | 141.25 | 0.3 | 0.32 |
| Hex | 39 | 69 | 4A | 2E | 0 | 1E | 3B | 8D | 1E | 20 |
| Octal | 71 | 151 | 112 | 56 | 0 | 36 | 73 | 215 | 36 | 40 |
| Binary | 111001 | 1101001 | 1001010 | 101110 | 0 | 11110 | 111011 | 10001101 | 11110 | 100000 |
Color Harmonies of #39694A
Complementary color
Monochromatic Colors of #39694A
Black with #39694A
Text Example
Text Example
White with #39694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39694A; }
p { color: rgb(57,105,74); }
H1.HeaderClassName
{
color: #39694A;
}
.AnyTagClassName
{
color: #39694A;
}
</style>
background-color css
<style>
a { background-color: #39694A; }
a { background-color: rgb(57,105,74); }
div.DivClassName
{
background-color: #39694A;
}
.BgClassName
{
background-color: #39694A;
}
</style>
border-color css
<style>
span { border-color: #39694A; }
span { border-color: rgb(57,105,74); }
td.TdClassName
{
border-color: #39694A;
}
.TagClassName
{
border-color: #39694A;
}
</style>