Shades of Amazon #3A7A4D
Tints of Amazon #3A7A4D
RGB
CMYK
RGB Variations
Color information
#3A7A4D (or 0x3A7A4D) is known color: Amazon. HEX triplet: 3A, 7A and 4D. RGB value is (58,122,77). Sum of RGB (Red+Green+Blue) = 58+122+77=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A4D is #C585B2. Grayscale: #616161. Windows color (decimal): -12944819 or 5077562. OLE color: 5077562.
HSL color Cylindrical-coordinate representation of color #3A7A4D: hue angle of 137.81º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7A4D is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 77 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.52 |
| HSL | 137.81º | 0.36% | 0.35% | - |
| HSV(B) | 137.81º | 0.52% | 0.48% | - |
| XYZ | 10.04 | 15.35 | 9.46 | - |
| YUV | 97.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 77 | 0.52 | 0 | 0.37 | 0.52 | 137.81 | 0.36 | 0.35 |
| Hex | 3A | 7A | 4D | 34 | 0 | 25 | 34 | 8A | 24 | 23 |
| Octal | 72 | 172 | 115 | 64 | 0 | 45 | 64 | 212 | 44 | 43 |
| Binary | 111010 | 1111010 | 1001101 | 110100 | 0 | 100101 | 110100 | 10001010 | 100100 | 100011 |
Color Harmonies of #3A7A4D
Complementary color
Monochromatic Colors of #3A7A4D
Black with #3A7A4D
Text Example
Text Example
White with #3A7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A4D; }
p { color: rgb(58,122,77); }
H1.HeaderClassName
{
color: #3A7A4D;
}
.AnyTagClassName
{
color: #3A7A4D;
}
</style>
background-color css
<style>
a { background-color: #3A7A4D; }
a { background-color: rgb(58,122,77); }
div.DivClassName
{
background-color: #3A7A4D;
}
.BgClassName
{
background-color: #3A7A4D;
}
</style>
border-color css
<style>
span { border-color: #3A7A4D; }
span { border-color: rgb(58,122,77); }
td.TdClassName
{
border-color: #3A7A4D;
}
.TagClassName
{
border-color: #3A7A4D;
}
</style>