Shades of Amazon #3A6A50
Tints of Amazon #3A6A50
RGB
CMYK
RGB Variations
Color information
#3A6A50 (or 0x3A6A50) is known color: Amazon. HEX triplet: 3A, 6A and 50. RGB value is (58,106,80). Sum of RGB (Red+Green+Blue) = 58+106+80=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A50 is #C595AF. Grayscale: #585858. Windows color (decimal): -12948912 or 5270074. OLE color: 5270074.
HSL color Cylindrical-coordinate representation of color #3A6A50: hue angle of 147.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A50 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 80 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.58 |
| HSL | 147.5º | 0.29% | 0.32% | - |
| HSV(B) | 147.5º | 0.45% | 0.42% | - |
| XYZ | 8.35 | 11.79 | 9.42 | - |
| YUV | 88.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 80 | 0.45 | 0 | 0.25 | 0.58 | 147.5 | 0.29 | 0.32 |
| Hex | 3A | 6A | 50 | 2D | 0 | 19 | 3A | 94 | 1D | 20 |
| Octal | 72 | 152 | 120 | 55 | 0 | 31 | 72 | 224 | 35 | 40 |
| Binary | 111010 | 1101010 | 1010000 | 101101 | 0 | 11001 | 111010 | 10010100 | 11101 | 100000 |
Color Harmonies of #3A6A50
Complementary color
Monochromatic Colors of #3A6A50
Black with #3A6A50
Text Example
Text Example
White with #3A6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A50; }
p { color: rgb(58,106,80); }
H1.HeaderClassName
{
color: #3A6A50;
}
.AnyTagClassName
{
color: #3A6A50;
}
</style>
background-color css
<style>
a { background-color: #3A6A50; }
a { background-color: rgb(58,106,80); }
div.DivClassName
{
background-color: #3A6A50;
}
.BgClassName
{
background-color: #3A6A50;
}
</style>
border-color css
<style>
span { border-color: #3A6A50; }
span { border-color: rgb(58,106,80); }
td.TdClassName
{
border-color: #3A6A50;
}
.TagClassName
{
border-color: #3A6A50;
}
</style>