Shades of Amazon #3A7B54
Tints of Amazon #3A7B54
RGB
CMYK
RGB Variations
Color information
#3A7B54 (or 0x3A7B54) is known color: Amazon. HEX triplet: 3A, 7B and 54. RGB value is (58,123,84). Sum of RGB (Red+Green+Blue) = 58+123+84=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B54 is #C584AB. Grayscale: #636363. Windows color (decimal): -12944556 or 5536570. OLE color: 5536570.
HSL color Cylindrical-coordinate representation of color #3A7B54: hue angle of 144º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B54 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 84 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.52 |
| HSL | 144º | 0.36% | 0.35% | - |
| HSV(B) | 144º | 0.53% | 0.48% | - |
| XYZ | 10.43 | 15.71 | 10.87 | - |
| YUV | 99.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 84 | 0.53 | 0 | 0.32 | 0.52 | 144 | 0.36 | 0.35 |
| Hex | 3A | 7B | 54 | 35 | 0 | 20 | 34 | 90 | 24 | 23 |
| Octal | 72 | 173 | 124 | 65 | 0 | 40 | 64 | 220 | 44 | 43 |
| Binary | 111010 | 1111011 | 1010100 | 110101 | 0 | 100000 | 110100 | 10010000 | 100100 | 100011 |
Color Harmonies of #3A7B54
Complementary color
Monochromatic Colors of #3A7B54
Black with #3A7B54
Text Example
Text Example
White with #3A7B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B54; }
p { color: rgb(58,123,84); }
H1.HeaderClassName
{
color: #3A7B54;
}
.AnyTagClassName
{
color: #3A7B54;
}
</style>
background-color css
<style>
a { background-color: #3A7B54; }
a { background-color: rgb(58,123,84); }
div.DivClassName
{
background-color: #3A7B54;
}
.BgClassName
{
background-color: #3A7B54;
}
</style>
border-color css
<style>
span { border-color: #3A7B54; }
span { border-color: rgb(58,123,84); }
td.TdClassName
{
border-color: #3A7B54;
}
.TagClassName
{
border-color: #3A7B54;
}
</style>