Shades of Amazon #3A724E
Tints of Amazon #3A724E
RGB
CMYK
RGB Variations
Color information
#3A724E (or 0x3A724E) is known color: Amazon. HEX triplet: 3A, 72 and 4E. RGB value is (58,114,78). Sum of RGB (Red+Green+Blue) = 58+114+78=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #3A724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A724E is #C58DB1. Grayscale: #5D5D5D. Windows color (decimal): -12946866 or 5141050. OLE color: 5141050.
HSL color Cylindrical-coordinate representation of color #3A724E: hue angle of 141.43º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A724E is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 78 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.55 |
| HSL | 141.43º | 0.33% | 0.34% | - |
| HSV(B) | 141.43º | 0.49% | 0.45% | - |
| XYZ | 9.14 | 13.48 | 9.33 | - |
| YUV | 93.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 78 | 0.49 | 0 | 0.32 | 0.55 | 141.43 | 0.33 | 0.34 |
| Hex | 3A | 72 | 4E | 31 | 0 | 20 | 37 | 8D | 21 | 22 |
| Octal | 72 | 162 | 116 | 61 | 0 | 40 | 67 | 215 | 41 | 42 |
| Binary | 111010 | 1110010 | 1001110 | 110001 | 0 | 100000 | 110111 | 10001101 | 100001 | 100010 |
Color Harmonies of #3A724E
Complementary color
Monochromatic Colors of #3A724E
Black with #3A724E
Text Example
Text Example
White with #3A724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A724E; }
p { color: rgb(58,114,78); }
H1.HeaderClassName
{
color: #3A724E;
}
.AnyTagClassName
{
color: #3A724E;
}
</style>
background-color css
<style>
a { background-color: #3A724E; }
a { background-color: rgb(58,114,78); }
div.DivClassName
{
background-color: #3A724E;
}
.BgClassName
{
background-color: #3A724E;
}
</style>
border-color css
<style>
span { border-color: #3A724E; }
span { border-color: rgb(58,114,78); }
td.TdClassName
{
border-color: #3A724E;
}
.TagClassName
{
border-color: #3A724E;
}
</style>