Shades of Amazon #3E784E
Tints of Amazon #3E784E
RGB
CMYK
RGB Variations
Color information
#3E784E (or 0x3E784E) is known color: Amazon. HEX triplet: 3E, 78 and 4E. RGB value is (62,120,78). Sum of RGB (Red+Green+Blue) = 62+120+78=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #3E784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E784E is #C187B1. Grayscale: #616161. Windows color (decimal): -12683186 or 5142590. OLE color: 5142590.
HSL color Cylindrical-coordinate representation of color #3E784E: hue angle of 136.55º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E784E is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 78 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.53 |
| HSL | 136.55º | 0.32% | 0.36% | - |
| HSV(B) | 136.55º | 0.48% | 0.47% | - |
| XYZ | 10.08 | 15.01 | 9.57 | - |
| YUV | 97.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 78 | 0.48 | 0 | 0.35 | 0.53 | 136.55 | 0.32 | 0.36 |
| Hex | 3E | 78 | 4E | 30 | 0 | 23 | 35 | 89 | 20 | 24 |
| Octal | 76 | 170 | 116 | 60 | 0 | 43 | 65 | 211 | 40 | 44 |
| Binary | 111110 | 1111000 | 1001110 | 110000 | 0 | 100011 | 110101 | 10001001 | 100000 | 100100 |
Color Harmonies of #3E784E
Complementary color
Monochromatic Colors of #3E784E
Black with #3E784E
Text Example
Text Example
White with #3E784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E784E; }
p { color: rgb(62,120,78); }
H1.HeaderClassName
{
color: #3E784E;
}
.AnyTagClassName
{
color: #3E784E;
}
</style>
background-color css
<style>
a { background-color: #3E784E; }
a { background-color: rgb(62,120,78); }
div.DivClassName
{
background-color: #3E784E;
}
.BgClassName
{
background-color: #3E784E;
}
</style>
border-color css
<style>
span { border-color: #3E784E; }
span { border-color: rgb(62,120,78); }
td.TdClassName
{
border-color: #3E784E;
}
.TagClassName
{
border-color: #3E784E;
}
</style>