Shades of Amazon #3A7A58
Tints of Amazon #3A7A58
RGB
CMYK
RGB Variations
Color information
#3A7A58 (or 0x3A7A58) is known color: Amazon. HEX triplet: 3A, 7A and 58. RGB value is (58,122,88). Sum of RGB (Red+Green+Blue) = 58+122+88=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7A58 is #C585A7. Grayscale: #636363. Windows color (decimal): -12944808 or 5798458. OLE color: 5798458.
HSL color Cylindrical-coordinate representation of color #3A7A58: hue angle of 148.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7A58 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 88 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.52 |
| HSL | 148.13º | 0.36% | 0.35% | - |
| HSV(B) | 148.13º | 0.52% | 0.48% | - |
| XYZ | 10.47 | 15.52 | 11.68 | - |
| YUV | 98.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 88 | 0.52 | 0 | 0.28 | 0.52 | 148.13 | 0.36 | 0.35 |
| Hex | 3A | 7A | 58 | 34 | 0 | 1C | 34 | 94 | 24 | 23 |
| Octal | 72 | 172 | 130 | 64 | 0 | 34 | 64 | 224 | 44 | 43 |
| Binary | 111010 | 1111010 | 1011000 | 110100 | 0 | 11100 | 110100 | 10010100 | 100100 | 100011 |
Color Harmonies of #3A7A58
Complementary color
Monochromatic Colors of #3A7A58
Black with #3A7A58
Text Example
Text Example
White with #3A7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A58; }
p { color: rgb(58,122,88); }
H1.HeaderClassName
{
color: #3A7A58;
}
.AnyTagClassName
{
color: #3A7A58;
}
</style>
background-color css
<style>
a { background-color: #3A7A58; }
a { background-color: rgb(58,122,88); }
div.DivClassName
{
background-color: #3A7A58;
}
.BgClassName
{
background-color: #3A7A58;
}
</style>
border-color css
<style>
span { border-color: #3A7A58; }
span { border-color: rgb(58,122,88); }
td.TdClassName
{
border-color: #3A7A58;
}
.TagClassName
{
border-color: #3A7A58;
}
</style>