Shades of Amazon #3A7958
Tints of Amazon #3A7958
RGB
CMYK
RGB Variations
Color information
#3A7958 (or 0x3A7958) is known color: Amazon. HEX triplet: 3A, 79 and 58. RGB value is (58,121,88). Sum of RGB (Red+Green+Blue) = 58+121+88=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #3A7958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7958 is #C586A7. Grayscale: #626262. Windows color (decimal): -12945064 or 5798202. OLE color: 5798202.
HSL color Cylindrical-coordinate representation of color #3A7958: hue angle of 148.57º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7958 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 121 | 88 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.53 |
| HSL | 148.57º | 0.35% | 0.35% | - |
| HSV(B) | 148.57º | 0.52% | 0.47% | - |
| XYZ | 10.34 | 15.28 | 11.64 | - |
| YUV | 98.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 88 | 0.52 | 0 | 0.27 | 0.53 | 148.57 | 0.35 | 0.35 |
| Hex | 3A | 79 | 58 | 34 | 0 | 1B | 35 | 95 | 23 | 23 |
| Octal | 72 | 171 | 130 | 64 | 0 | 33 | 65 | 225 | 43 | 43 |
| Binary | 111010 | 1111001 | 1011000 | 110100 | 0 | 11011 | 110101 | 10010101 | 100011 | 100011 |
Color Harmonies of #3A7958
Complementary color
Monochromatic Colors of #3A7958
Black with #3A7958
Text Example
Text Example
White with #3A7958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7958; }
p { color: rgb(58,121,88); }
H1.HeaderClassName
{
color: #3A7958;
}
.AnyTagClassName
{
color: #3A7958;
}
</style>
background-color css
<style>
a { background-color: #3A7958; }
a { background-color: rgb(58,121,88); }
div.DivClassName
{
background-color: #3A7958;
}
.BgClassName
{
background-color: #3A7958;
}
</style>
border-color css
<style>
span { border-color: #3A7958; }
span { border-color: rgb(58,121,88); }
td.TdClassName
{
border-color: #3A7958;
}
.TagClassName
{
border-color: #3A7958;
}
</style>