Shades of Amazon #3A7551
Tints of Amazon #3A7551
RGB
CMYK
RGB Variations
Color information
#3A7551 (or 0x3A7551) is known color: Amazon. HEX triplet: 3A, 75 and 51. RGB value is (58,117,81). Sum of RGB (Red+Green+Blue) = 58+117+81=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7551 is #C58AAE. Grayscale: #5F5F5F. Windows color (decimal): -12946095 or 5338426. OLE color: 5338426.
HSL color Cylindrical-coordinate representation of color #3A7551: hue angle of 143.39º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7551 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 81 | - |
| CMYK | 0.50 | 0 | 0.31 | 0.54 |
| HSL | 143.39º | 0.34% | 0.34% | - |
| HSV(B) | 143.39º | 0.5% | 0.46% | - |
| XYZ | 9.59 | 14.22 | 10.02 | - |
| YUV | 95.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 81 | 0.50 | 0 | 0.31 | 0.54 | 143.39 | 0.34 | 0.34 |
| Hex | 3A | 75 | 51 | 32 | 0 | 1F | 36 | 8F | 22 | 22 |
| Octal | 72 | 165 | 121 | 62 | 0 | 37 | 66 | 217 | 42 | 42 |
| Binary | 111010 | 1110101 | 1010001 | 110010 | 0 | 11111 | 110110 | 10001111 | 100010 | 100010 |
Color Harmonies of #3A7551
Complementary color
Monochromatic Colors of #3A7551
Black with #3A7551
Text Example
Text Example
White with #3A7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7551; }
p { color: rgb(58,117,81); }
H1.HeaderClassName
{
color: #3A7551;
}
.AnyTagClassName
{
color: #3A7551;
}
</style>
background-color css
<style>
a { background-color: #3A7551; }
a { background-color: rgb(58,117,81); }
div.DivClassName
{
background-color: #3A7551;
}
.BgClassName
{
background-color: #3A7551;
}
</style>
border-color css
<style>
span { border-color: #3A7551; }
span { border-color: rgb(58,117,81); }
td.TdClassName
{
border-color: #3A7551;
}
.TagClassName
{
border-color: #3A7551;
}
</style>