Shades of Amazon #3A6E4D
Tints of Amazon #3A6E4D
RGB
CMYK
RGB Variations
Color information
#3A6E4D (or 0x3A6E4D) is known color: Amazon. HEX triplet: 3A, 6E and 4D. RGB value is (58,110,77). Sum of RGB (Red+Green+Blue) = 58+110+77=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E4D is #C591B2. Grayscale: #5A5A5A. Windows color (decimal): -12947891 or 5074490. OLE color: 5074490.
HSL color Cylindrical-coordinate representation of color #3A6E4D: hue angle of 141.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6E4D is Cyan = 0.47, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 77 | - |
| CMYK | 0.47 | 0 | 0.3 | 0.57 |
| HSL | 141.92º | 0.31% | 0.33% | - |
| HSV(B) | 141.92º | 0.47% | 0.43% | - |
| XYZ | 8.66 | 12.59 | 8.99 | - |
| YUV | 90.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 77 | 0.47 | 0 | 0.3 | 0.57 | 141.92 | 0.31 | 0.33 |
| Hex | 3A | 6E | 4D | 2F | 0 | 1E | 39 | 8E | 1F | 21 |
| Octal | 72 | 156 | 115 | 57 | 0 | 36 | 71 | 216 | 37 | 41 |
| Binary | 111010 | 1101110 | 1001101 | 101111 | 0 | 11110 | 111001 | 10001110 | 11111 | 100001 |
Color Harmonies of #3A6E4D
Complementary color
Monochromatic Colors of #3A6E4D
Black with #3A6E4D
Text Example
Text Example
White with #3A6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E4D; }
p { color: rgb(58,110,77); }
H1.HeaderClassName
{
color: #3A6E4D;
}
.AnyTagClassName
{
color: #3A6E4D;
}
</style>
background-color css
<style>
a { background-color: #3A6E4D; }
a { background-color: rgb(58,110,77); }
div.DivClassName
{
background-color: #3A6E4D;
}
.BgClassName
{
background-color: #3A6E4D;
}
</style>
border-color css
<style>
span { border-color: #3A6E4D; }
span { border-color: rgb(58,110,77); }
td.TdClassName
{
border-color: #3A6E4D;
}
.TagClassName
{
border-color: #3A6E4D;
}
</style>