Shades of Amazon #3A754E
Tints of Amazon #3A754E
RGB
CMYK
RGB Variations
Color information
#3A754E (or 0x3A754E) is known color: Amazon. HEX triplet: 3A, 75 and 4E. RGB value is (58,117,78). Sum of RGB (Red+Green+Blue) = 58+117+78=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #3A754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A754E is #C58AB1. Grayscale: #5F5F5F. Windows color (decimal): -12946098 or 5141818. OLE color: 5141818.
HSL color Cylindrical-coordinate representation of color #3A754E: hue angle of 140.34º 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 #3A754E is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 78 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.54 |
| HSL | 140.34º | 0.34% | 0.34% | - |
| HSV(B) | 140.34º | 0.5% | 0.46% | - |
| XYZ | 9.48 | 14.17 | 9.44 | - |
| YUV | 94.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 78 | 0.50 | 0 | 0.33 | 0.54 | 140.34 | 0.34 | 0.34 |
| Hex | 3A | 75 | 4E | 32 | 0 | 21 | 36 | 8C | 22 | 22 |
| Octal | 72 | 165 | 116 | 62 | 0 | 41 | 66 | 214 | 42 | 42 |
| Binary | 111010 | 1110101 | 1001110 | 110010 | 0 | 100001 | 110110 | 10001100 | 100010 | 100010 |
Color Harmonies of #3A754E
Complementary color
Monochromatic Colors of #3A754E
Black with #3A754E
Text Example
Text Example
White with #3A754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A754E; }
p { color: rgb(58,117,78); }
H1.HeaderClassName
{
color: #3A754E;
}
.AnyTagClassName
{
color: #3A754E;
}
</style>
background-color css
<style>
a { background-color: #3A754E; }
a { background-color: rgb(58,117,78); }
div.DivClassName
{
background-color: #3A754E;
}
.BgClassName
{
background-color: #3A754E;
}
</style>
border-color css
<style>
span { border-color: #3A754E; }
span { border-color: rgb(58,117,78); }
td.TdClassName
{
border-color: #3A754E;
}
.TagClassName
{
border-color: #3A754E;
}
</style>