Shades of Amazon #3A7D5B
Tints of Amazon #3A7D5B
RGB
CMYK
RGB Variations
Color information
#3A7D5B (or 0x3A7D5B) is known color: Amazon. HEX triplet: 3A, 7D and 5B. RGB value is (58,125,91). Sum of RGB (Red+Green+Blue) = 58+125+91=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7D5B is #C582A4. Grayscale: #656565. Windows color (decimal): -12944037 or 5995834. OLE color: 5995834.
HSL color Cylindrical-coordinate representation of color #3A7D5B: hue angle of 149.55º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7D5B is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 91 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.51 |
| HSL | 149.55º | 0.37% | 0.36% | - |
| HSV(B) | 149.55º | 0.54% | 0.49% | - |
| XYZ | 10.97 | 16.32 | 12.47 | - |
| YUV | 101.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 91 | 0.54 | 0 | 0.27 | 0.51 | 149.55 | 0.37 | 0.36 |
| Hex | 3A | 7D | 5B | 36 | 0 | 1B | 33 | 96 | 25 | 24 |
| Octal | 72 | 175 | 133 | 66 | 0 | 33 | 63 | 226 | 45 | 44 |
| Binary | 111010 | 1111101 | 1011011 | 110110 | 0 | 11011 | 110011 | 10010110 | 100101 | 100100 |
Color Harmonies of #3A7D5B
Complementary color
Monochromatic Colors of #3A7D5B
Black with #3A7D5B
Text Example
Text Example
White with #3A7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D5B; }
p { color: rgb(58,125,91); }
H1.HeaderClassName
{
color: #3A7D5B;
}
.AnyTagClassName
{
color: #3A7D5B;
}
</style>
background-color css
<style>
a { background-color: #3A7D5B; }
a { background-color: rgb(58,125,91); }
div.DivClassName
{
background-color: #3A7D5B;
}
.BgClassName
{
background-color: #3A7D5B;
}
</style>
border-color css
<style>
span { border-color: #3A7D5B; }
span { border-color: rgb(58,125,91); }
td.TdClassName
{
border-color: #3A7D5B;
}
.TagClassName
{
border-color: #3A7D5B;
}
</style>