Shades of Amazon #3A6E52
Tints of Amazon #3A6E52
RGB
CMYK
RGB Variations
Color information
#3A6E52 (or 0x3A6E52) is known color: Amazon. HEX triplet: 3A, 6E and 52. RGB value is (58,110,82). Sum of RGB (Red+Green+Blue) = 58+110+82=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E52 is #C591AD. Grayscale: #5B5B5B. Windows color (decimal): -12947886 or 5402170. OLE color: 5402170.
HSL color Cylindrical-coordinate representation of color #3A6E52: hue angle of 147.69º 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 #3A6E52 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 82 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.57 |
| HSL | 147.69º | 0.31% | 0.33% | - |
| HSV(B) | 147.69º | 0.47% | 0.43% | - |
| XYZ | 8.84 | 12.66 | 9.96 | - |
| YUV | 91.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 82 | 0.47 | 0 | 0.25 | 0.57 | 147.69 | 0.31 | 0.33 |
| Hex | 3A | 6E | 52 | 2F | 0 | 19 | 39 | 94 | 1F | 21 |
| Octal | 72 | 156 | 122 | 57 | 0 | 31 | 71 | 224 | 37 | 41 |
| Binary | 111010 | 1101110 | 1010010 | 101111 | 0 | 11001 | 111001 | 10010100 | 11111 | 100001 |
Color Harmonies of #3A6E52
Complementary color
Monochromatic Colors of #3A6E52
Black with #3A6E52
Text Example
Text Example
White with #3A6E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E52; }
p { color: rgb(58,110,82); }
H1.HeaderClassName
{
color: #3A6E52;
}
.AnyTagClassName
{
color: #3A6E52;
}
</style>
background-color css
<style>
a { background-color: #3A6E52; }
a { background-color: rgb(58,110,82); }
div.DivClassName
{
background-color: #3A6E52;
}
.BgClassName
{
background-color: #3A6E52;
}
</style>
border-color css
<style>
span { border-color: #3A6E52; }
span { border-color: rgb(58,110,82); }
td.TdClassName
{
border-color: #3A6E52;
}
.TagClassName
{
border-color: #3A6E52;
}
</style>