Shades of Amazon #3A7E55
Tints of Amazon #3A7E55
RGB
CMYK
RGB Variations
Color information
#3A7E55 (or 0x3A7E55) is known color: Amazon. HEX triplet: 3A, 7E and 55. RGB value is (58,126,85). Sum of RGB (Red+Green+Blue) = 58+126+85=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7E55 is #C581AA. Grayscale: #656565. Windows color (decimal): -12943787 or 5602874. OLE color: 5602874.
HSL color Cylindrical-coordinate representation of color #3A7E55: hue angle of 143.82º 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 #3A7E55 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 126 | 85 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.51 |
| HSL | 143.82º | 0.37% | 0.36% | - |
| HSV(B) | 143.82º | 0.54% | 0.49% | - |
| XYZ | 10.85 | 16.48 | 11.2 | - |
| YUV | 100.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 126 | 85 | 0.54 | 0 | 0.33 | 0.51 | 143.82 | 0.37 | 0.36 |
| Hex | 3A | 7E | 55 | 36 | 0 | 21 | 33 | 90 | 25 | 24 |
| Octal | 72 | 176 | 125 | 66 | 0 | 41 | 63 | 220 | 45 | 44 |
| Binary | 111010 | 1111110 | 1010101 | 110110 | 0 | 100001 | 110011 | 10010000 | 100101 | 100100 |
Color Harmonies of #3A7E55
Complementary color
Monochromatic Colors of #3A7E55
Black with #3A7E55
Text Example
Text Example
White with #3A7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7E55; }
p { color: rgb(58,126,85); }
H1.HeaderClassName
{
color: #3A7E55;
}
.AnyTagClassName
{
color: #3A7E55;
}
</style>
background-color css
<style>
a { background-color: #3A7E55; }
a { background-color: rgb(58,126,85); }
div.DivClassName
{
background-color: #3A7E55;
}
.BgClassName
{
background-color: #3A7E55;
}
</style>
border-color css
<style>
span { border-color: #3A7E55; }
span { border-color: rgb(58,126,85); }
td.TdClassName
{
border-color: #3A7E55;
}
.TagClassName
{
border-color: #3A7E55;
}
</style>