Shades of Amazon #3E754E
Tints of Amazon #3E754E
RGB
CMYK
RGB Variations
Color information
#3E754E (or 0x3E754E) is known color: Amazon. HEX triplet: 3E, 75 and 4E. RGB value is (62,117,78). Sum of RGB (Red+Green+Blue) = 62+117+78=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #3E754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E754E is #C18AB1. Grayscale: #606060. Windows color (decimal): -12683954 or 5141822. OLE color: 5141822.
HSL color Cylindrical-coordinate representation of color #3E754E: hue angle of 137.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E754E is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 78 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.54 |
| HSL | 137.45º | 0.31% | 0.35% | - |
| HSV(B) | 137.45º | 0.47% | 0.46% | - |
| XYZ | 9.72 | 14.3 | 9.45 | - |
| YUV | 96.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 78 | 0.47 | 0 | 0.33 | 0.54 | 137.45 | 0.31 | 0.35 |
| Hex | 3E | 75 | 4E | 2F | 0 | 21 | 36 | 89 | 1F | 23 |
| Octal | 76 | 165 | 116 | 57 | 0 | 41 | 66 | 211 | 37 | 43 |
| Binary | 111110 | 1110101 | 1001110 | 101111 | 0 | 100001 | 110110 | 10001001 | 11111 | 100011 |
Color Harmonies of #3E754E
Complementary color
Monochromatic Colors of #3E754E
Black with #3E754E
Text Example
Text Example
White with #3E754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E754E; }
p { color: rgb(62,117,78); }
H1.HeaderClassName
{
color: #3E754E;
}
.AnyTagClassName
{
color: #3E754E;
}
</style>
background-color css
<style>
a { background-color: #3E754E; }
a { background-color: rgb(62,117,78); }
div.DivClassName
{
background-color: #3E754E;
}
.BgClassName
{
background-color: #3E754E;
}
</style>
border-color css
<style>
span { border-color: #3E754E; }
span { border-color: rgb(62,117,78); }
td.TdClassName
{
border-color: #3E754E;
}
.TagClassName
{
border-color: #3E754E;
}
</style>