Shades of Amazon #3A7151
Tints of Amazon #3A7151
RGB
CMYK
RGB Variations
Color information
#3A7151 (or 0x3A7151) is known color: Amazon. HEX triplet: 3A, 71 and 51. RGB value is (58,113,81). Sum of RGB (Red+Green+Blue) = 58+113+81=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7151 is #C58EAE. Grayscale: #5C5C5C. Windows color (decimal): -12947119 or 5337402. OLE color: 5337402.
HSL color Cylindrical-coordinate representation of color #3A7151: hue angle of 145.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7151 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 81 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.56 |
| HSL | 145.09º | 0.32% | 0.34% | - |
| HSV(B) | 145.09º | 0.49% | 0.44% | - |
| XYZ | 9.14 | 13.3 | 9.87 | - |
| YUV | 92.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 81 | 0.49 | 0 | 0.28 | 0.56 | 145.09 | 0.32 | 0.34 |
| Hex | 3A | 71 | 51 | 31 | 0 | 1C | 38 | 91 | 20 | 22 |
| Octal | 72 | 161 | 121 | 61 | 0 | 34 | 70 | 221 | 40 | 42 |
| Binary | 111010 | 1110001 | 1010001 | 110001 | 0 | 11100 | 111000 | 10010001 | 100000 | 100010 |
Color Harmonies of #3A7151
Complementary color
Monochromatic Colors of #3A7151
Black with #3A7151
Text Example
Text Example
White with #3A7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7151; }
p { color: rgb(58,113,81); }
H1.HeaderClassName
{
color: #3A7151;
}
.AnyTagClassName
{
color: #3A7151;
}
</style>
background-color css
<style>
a { background-color: #3A7151; }
a { background-color: rgb(58,113,81); }
div.DivClassName
{
background-color: #3A7151;
}
.BgClassName
{
background-color: #3A7151;
}
</style>
border-color css
<style>
span { border-color: #3A7151; }
span { border-color: rgb(58,113,81); }
td.TdClassName
{
border-color: #3A7151;
}
.TagClassName
{
border-color: #3A7151;
}
</style>