Shades of Amazon #3A754D
Tints of Amazon #3A754D
RGB
CMYK
RGB Variations
Color information
#3A754D (or 0x3A754D) is known color: Amazon. HEX triplet: 3A, 75 and 4D. RGB value is (58,117,77). Sum of RGB (Red+Green+Blue) = 58+117+77=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #3A754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A754D is #C58AB2. Grayscale: #5E5E5E. Windows color (decimal): -12946099 or 5076282. OLE color: 5076282.
HSL color Cylindrical-coordinate representation of color #3A754D: hue angle of 139.32º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A754D is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 77 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.54 |
| HSL | 139.32º | 0.34% | 0.34% | - |
| HSV(B) | 139.32º | 0.5% | 0.46% | - |
| XYZ | 9.45 | 14.16 | 9.26 | - |
| YUV | 94.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 77 | 0.50 | 0 | 0.34 | 0.54 | 139.32 | 0.34 | 0.34 |
| Hex | 3A | 75 | 4D | 32 | 0 | 22 | 36 | 8B | 22 | 22 |
| Octal | 72 | 165 | 115 | 62 | 0 | 42 | 66 | 213 | 42 | 42 |
| Binary | 111010 | 1110101 | 1001101 | 110010 | 0 | 100010 | 110110 | 10001011 | 100010 | 100010 |
Color Harmonies of #3A754D
Complementary color
Monochromatic Colors of #3A754D
Black with #3A754D
Text Example
Text Example
White with #3A754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A754D; }
p { color: rgb(58,117,77); }
H1.HeaderClassName
{
color: #3A754D;
}
.AnyTagClassName
{
color: #3A754D;
}
</style>
background-color css
<style>
a { background-color: #3A754D; }
a { background-color: rgb(58,117,77); }
div.DivClassName
{
background-color: #3A754D;
}
.BgClassName
{
background-color: #3A754D;
}
</style>
border-color css
<style>
span { border-color: #3A754D; }
span { border-color: rgb(58,117,77); }
td.TdClassName
{
border-color: #3A754D;
}
.TagClassName
{
border-color: #3A754D;
}
</style>