Shades of Amazon #3A7254
Tints of Amazon #3A7254
RGB
CMYK
RGB Variations
Color information
#3A7254 (or 0x3A7254) is known color: Amazon. HEX triplet: 3A, 72 and 54. RGB value is (58,114,84). Sum of RGB (Red+Green+Blue) = 58+114+84=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7254 is #C58DAB. Grayscale: #5D5D5D. Windows color (decimal): -12946860 or 5534266. OLE color: 5534266.
HSL color Cylindrical-coordinate representation of color #3A7254: hue angle of 147.86º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A7254 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 84 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.55 |
| HSL | 147.86º | 0.33% | 0.34% | - |
| HSV(B) | 147.86º | 0.49% | 0.45% | - |
| XYZ | 9.36 | 13.57 | 10.51 | - |
| YUV | 93.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 84 | 0.49 | 0 | 0.26 | 0.55 | 147.86 | 0.33 | 0.34 |
| Hex | 3A | 72 | 54 | 31 | 0 | 1A | 37 | 94 | 21 | 22 |
| Octal | 72 | 162 | 124 | 61 | 0 | 32 | 67 | 224 | 41 | 42 |
| Binary | 111010 | 1110010 | 1010100 | 110001 | 0 | 11010 | 110111 | 10010100 | 100001 | 100010 |
Color Harmonies of #3A7254
Complementary color
Monochromatic Colors of #3A7254
Black with #3A7254
Text Example
Text Example
White with #3A7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7254; }
p { color: rgb(58,114,84); }
H1.HeaderClassName
{
color: #3A7254;
}
.AnyTagClassName
{
color: #3A7254;
}
</style>
background-color css
<style>
a { background-color: #3A7254; }
a { background-color: rgb(58,114,84); }
div.DivClassName
{
background-color: #3A7254;
}
.BgClassName
{
background-color: #3A7254;
}
</style>
border-color css
<style>
span { border-color: #3A7254; }
span { border-color: rgb(58,114,84); }
td.TdClassName
{
border-color: #3A7254;
}
.TagClassName
{
border-color: #3A7254;
}
</style>