Shades of Amazon #3A694B
Tints of Amazon #3A694B
RGB
CMYK
RGB Variations
Color information
#3A694B (or 0x3A694B) is known color: Amazon. HEX triplet: 3A, 69 and 4B. RGB value is (58,105,75). Sum of RGB (Red+Green+Blue) = 58+105+75=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #3A694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A694B is #C596B4. Grayscale: #575757. Windows color (decimal): -12949173 or 4942138. OLE color: 4942138.
HSL color Cylindrical-coordinate representation of color #3A694B: hue angle of 141.7º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A694B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 75 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.59 |
| HSL | 141.7º | 0.29% | 0.32% | - |
| HSV(B) | 141.7º | 0.45% | 0.41% | - |
| XYZ | 8.07 | 11.51 | 8.45 | - |
| YUV | 87.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 75 | 0.45 | 0 | 0.29 | 0.59 | 141.7 | 0.29 | 0.32 |
| Hex | 3A | 69 | 4B | 2D | 0 | 1D | 3B | 8E | 1D | 20 |
| Octal | 72 | 151 | 113 | 55 | 0 | 35 | 73 | 216 | 35 | 40 |
| Binary | 111010 | 1101001 | 1001011 | 101101 | 0 | 11101 | 111011 | 10001110 | 11101 | 100000 |
Color Harmonies of #3A694B
Complementary color
Monochromatic Colors of #3A694B
Black with #3A694B
Text Example
Text Example
White with #3A694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A694B; }
p { color: rgb(58,105,75); }
H1.HeaderClassName
{
color: #3A694B;
}
.AnyTagClassName
{
color: #3A694B;
}
</style>
background-color css
<style>
a { background-color: #3A694B; }
a { background-color: rgb(58,105,75); }
div.DivClassName
{
background-color: #3A694B;
}
.BgClassName
{
background-color: #3A694B;
}
</style>
border-color css
<style>
span { border-color: #3A694B; }
span { border-color: rgb(58,105,75); }
td.TdClassName
{
border-color: #3A694B;
}
.TagClassName
{
border-color: #3A694B;
}
</style>