Shades of Amazon #3A744F
Tints of Amazon #3A744F
RGB
CMYK
RGB Variations
Color information
#3A744F (or 0x3A744F) is known color: Amazon. HEX triplet: 3A, 74 and 4F. RGB value is (58,116,79). Sum of RGB (Red+Green+Blue) = 58+116+79=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #3A744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A744F is #C58BB0. Grayscale: #5E5E5E. Windows color (decimal): -12946353 or 5207098. OLE color: 5207098.
HSL color Cylindrical-coordinate representation of color #3A744F: hue angle of 141.72º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A744F is Cyan = 0.5, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 79 | - |
| CMYK | 0.5 | 0 | 0.32 | 0.55 |
| HSL | 141.72º | 0.33% | 0.34% | - |
| HSV(B) | 141.72º | 0.5% | 0.45% | - |
| XYZ | 9.4 | 13.95 | 9.6 | - |
| YUV | 94.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 79 | 0.5 | 0 | 0.32 | 0.55 | 141.72 | 0.33 | 0.34 |
| Hex | 3A | 74 | 4F | 32 | 0 | 20 | 37 | 8E | 21 | 22 |
| Octal | 72 | 164 | 117 | 62 | 0 | 40 | 67 | 216 | 41 | 42 |
| Binary | 111010 | 1110100 | 1001111 | 110010 | 0 | 100000 | 110111 | 10001110 | 100001 | 100010 |
Color Harmonies of #3A744F
Complementary color
Monochromatic Colors of #3A744F
Black with #3A744F
Text Example
Text Example
White with #3A744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A744F; }
p { color: rgb(58,116,79); }
H1.HeaderClassName
{
color: #3A744F;
}
.AnyTagClassName
{
color: #3A744F;
}
</style>
background-color css
<style>
a { background-color: #3A744F; }
a { background-color: rgb(58,116,79); }
div.DivClassName
{
background-color: #3A744F;
}
.BgClassName
{
background-color: #3A744F;
}
</style>
border-color css
<style>
span { border-color: #3A744F; }
span { border-color: rgb(58,116,79); }
td.TdClassName
{
border-color: #3A744F;
}
.TagClassName
{
border-color: #3A744F;
}
</style>