Shades of Amazon #3A7451
Tints of Amazon #3A7451
RGB
CMYK
RGB Variations
Color information
#3A7451 (or 0x3A7451) is known color: Amazon. HEX triplet: 3A, 74 and 51. RGB value is (58,116,81). Sum of RGB (Red+Green+Blue) = 58+116+81=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7451 is #C58BAE. Grayscale: #5E5E5E. Windows color (decimal): -12946351 or 5338170. OLE color: 5338170.
HSL color Cylindrical-coordinate representation of color #3A7451: hue angle of 143.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7451 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 81 | - |
| CMYK | 0.5 | 0 | 0.30 | 0.55 |
| HSL | 143.79º | 0.33% | 0.34% | - |
| HSV(B) | 143.79º | 0.5% | 0.45% | - |
| XYZ | 9.48 | 13.98 | 9.98 | - |
| YUV | 94.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 81 | 0.5 | 0 | 0.30 | 0.55 | 143.79 | 0.33 | 0.34 |
| Hex | 3A | 74 | 51 | 32 | 0 | 1E | 37 | 90 | 21 | 22 |
| Octal | 72 | 164 | 121 | 62 | 0 | 36 | 67 | 220 | 41 | 42 |
| Binary | 111010 | 1110100 | 1010001 | 110010 | 0 | 11110 | 110111 | 10010000 | 100001 | 100010 |
Color Harmonies of #3A7451
Complementary color
Monochromatic Colors of #3A7451
Black with #3A7451
Text Example
Text Example
White with #3A7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7451; }
p { color: rgb(58,116,81); }
H1.HeaderClassName
{
color: #3A7451;
}
.AnyTagClassName
{
color: #3A7451;
}
</style>
background-color css
<style>
a { background-color: #3A7451; }
a { background-color: rgb(58,116,81); }
div.DivClassName
{
background-color: #3A7451;
}
.BgClassName
{
background-color: #3A7451;
}
</style>
border-color css
<style>
span { border-color: #3A7451; }
span { border-color: rgb(58,116,81); }
td.TdClassName
{
border-color: #3A7451;
}
.TagClassName
{
border-color: #3A7451;
}
</style>