Shades of Amazon #3A794D
Tints of Amazon #3A794D
RGB
CMYK
RGB Variations
Color information
#3A794D (or 0x3A794D) is known color: Amazon. HEX triplet: 3A, 79 and 4D. RGB value is (58,121,77). Sum of RGB (Red+Green+Blue) = 58+121+77=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #3A794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A794D is #C586B2. Grayscale: #616161. Windows color (decimal): -12945075 or 5077306. OLE color: 5077306.
HSL color Cylindrical-coordinate representation of color #3A794D: hue angle of 138.1º 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 #3A794D is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 121 | 77 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.53 |
| HSL | 138.1º | 0.35% | 0.35% | - |
| HSV(B) | 138.1º | 0.52% | 0.47% | - |
| XYZ | 9.92 | 15.11 | 9.41 | - |
| YUV | 97.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 77 | 0.52 | 0 | 0.36 | 0.53 | 138.1 | 0.35 | 0.35 |
| Hex | 3A | 79 | 4D | 34 | 0 | 24 | 35 | 8A | 23 | 23 |
| Octal | 72 | 171 | 115 | 64 | 0 | 44 | 65 | 212 | 43 | 43 |
| Binary | 111010 | 1111001 | 1001101 | 110100 | 0 | 100100 | 110101 | 10001010 | 100011 | 100011 |
Color Harmonies of #3A794D
Complementary color
Monochromatic Colors of #3A794D
Black with #3A794D
Text Example
Text Example
White with #3A794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A794D; }
p { color: rgb(58,121,77); }
H1.HeaderClassName
{
color: #3A794D;
}
.AnyTagClassName
{
color: #3A794D;
}
</style>
background-color css
<style>
a { background-color: #3A794D; }
a { background-color: rgb(58,121,77); }
div.DivClassName
{
background-color: #3A794D;
}
.BgClassName
{
background-color: #3A794D;
}
</style>
border-color css
<style>
span { border-color: #3A794D; }
span { border-color: rgb(58,121,77); }
td.TdClassName
{
border-color: #3A794D;
}
.TagClassName
{
border-color: #3A794D;
}
</style>