Shades of Amazon #3A7D4A
Tints of Amazon #3A7D4A
RGB
CMYK
RGB Variations
Color information
#3A7D4A (or 0x3A7D4A) is known color: Amazon. HEX triplet: 3A, 7D and 4A. RGB value is (58,125,74). Sum of RGB (Red+Green+Blue) = 58+125+74=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7D4A is #C582B5. Grayscale: #636363. Windows color (decimal): -12944054 or 4881722. OLE color: 4881722.
HSL color Cylindrical-coordinate representation of color #3A7D4A: hue angle of 134.33º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7D4A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 74 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.51 |
| HSL | 134.33º | 0.37% | 0.36% | - |
| HSV(B) | 134.33º | 0.54% | 0.49% | - |
| XYZ | 10.31 | 16.06 | 9.04 | - |
| YUV | 99.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 74 | 0.54 | 0 | 0.41 | 0.51 | 134.33 | 0.37 | 0.36 |
| Hex | 3A | 7D | 4A | 36 | 0 | 29 | 33 | 86 | 25 | 24 |
| Octal | 72 | 175 | 112 | 66 | 0 | 51 | 63 | 206 | 45 | 44 |
| Binary | 111010 | 1111101 | 1001010 | 110110 | 0 | 101001 | 110011 | 10000110 | 100101 | 100100 |
Color Harmonies of #3A7D4A
Complementary color
Monochromatic Colors of #3A7D4A
Black with #3A7D4A
Text Example
Text Example
White with #3A7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D4A; }
p { color: rgb(58,125,74); }
H1.HeaderClassName
{
color: #3A7D4A;
}
.AnyTagClassName
{
color: #3A7D4A;
}
</style>
background-color css
<style>
a { background-color: #3A7D4A; }
a { background-color: rgb(58,125,74); }
div.DivClassName
{
background-color: #3A7D4A;
}
.BgClassName
{
background-color: #3A7D4A;
}
</style>
border-color css
<style>
span { border-color: #3A7D4A; }
span { border-color: rgb(58,125,74); }
td.TdClassName
{
border-color: #3A7D4A;
}
.TagClassName
{
border-color: #3A7D4A;
}
</style>