Shades of Amazon #3E724E
Tints of Amazon #3E724E
RGB
CMYK
RGB Variations
Color information
#3E724E (or 0x3E724E) is known color: Amazon. HEX triplet: 3E, 72 and 4E. RGB value is (62,114,78). Sum of RGB (Red+Green+Blue) = 62+114+78=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #3E724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E724E is #C18DB1. Grayscale: #5E5E5E. Windows color (decimal): -12684722 or 5141054. OLE color: 5141054.
HSL color Cylindrical-coordinate representation of color #3E724E: hue angle of 138.46º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E724E is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 114 | 78 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.55 |
| HSL | 138.46º | 0.3% | 0.35% | - |
| HSV(B) | 138.46º | 0.46% | 0.45% | - |
| XYZ | 9.38 | 13.61 | 9.34 | - |
| YUV | 94.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 78 | 0.46 | 0 | 0.32 | 0.55 | 138.46 | 0.3 | 0.35 |
| Hex | 3E | 72 | 4E | 2E | 0 | 20 | 37 | 8A | 1E | 23 |
| Octal | 76 | 162 | 116 | 56 | 0 | 40 | 67 | 212 | 36 | 43 |
| Binary | 111110 | 1110010 | 1001110 | 101110 | 0 | 100000 | 110111 | 10001010 | 11110 | 100011 |
Color Harmonies of #3E724E
Complementary color
Monochromatic Colors of #3E724E
Black with #3E724E
Text Example
Text Example
White with #3E724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E724E; }
p { color: rgb(62,114,78); }
H1.HeaderClassName
{
color: #3E724E;
}
.AnyTagClassName
{
color: #3E724E;
}
</style>
background-color css
<style>
a { background-color: #3E724E; }
a { background-color: rgb(62,114,78); }
div.DivClassName
{
background-color: #3E724E;
}
.BgClassName
{
background-color: #3E724E;
}
</style>
border-color css
<style>
span { border-color: #3E724E; }
span { border-color: rgb(62,114,78); }
td.TdClassName
{
border-color: #3E724E;
}
.TagClassName
{
border-color: #3E724E;
}
</style>