Shades of Amazon #3E785B
Tints of Amazon #3E785B
RGB
CMYK
RGB Variations
Color information
#3E785B (or 0x3E785B) is known color: Amazon. HEX triplet: 3E, 78 and 5B. RGB value is (62,120,91). Sum of RGB (Red+Green+Blue) = 62+120+91=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #3E785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E785B is #C187A4. Grayscale: #636363. Windows color (decimal): -12683173 or 5994558. OLE color: 5994558.
HSL color Cylindrical-coordinate representation of color #3E785B: hue angle of 150º 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 #3E785B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 91 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.53 |
| HSL | 150º | 0.32% | 0.36% | - |
| HSV(B) | 150º | 0.48% | 0.47% | - |
| XYZ | 10.59 | 15.21 | 12.28 | - |
| YUV | 99.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 91 | 0.48 | 0 | 0.24 | 0.53 | 150 | 0.32 | 0.36 |
| Hex | 3E | 78 | 5B | 30 | 0 | 18 | 35 | 96 | 20 | 24 |
| Octal | 76 | 170 | 133 | 60 | 0 | 30 | 65 | 226 | 40 | 44 |
| Binary | 111110 | 1111000 | 1011011 | 110000 | 0 | 11000 | 110101 | 10010110 | 100000 | 100100 |
Color Harmonies of #3E785B
Complementary color
Monochromatic Colors of #3E785B
Black with #3E785B
Text Example
Text Example
White with #3E785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E785B; }
p { color: rgb(62,120,91); }
H1.HeaderClassName
{
color: #3E785B;
}
.AnyTagClassName
{
color: #3E785B;
}
</style>
background-color css
<style>
a { background-color: #3E785B; }
a { background-color: rgb(62,120,91); }
div.DivClassName
{
background-color: #3E785B;
}
.BgClassName
{
background-color: #3E785B;
}
</style>
border-color css
<style>
span { border-color: #3E785B; }
span { border-color: rgb(62,120,91); }
td.TdClassName
{
border-color: #3E785B;
}
.TagClassName
{
border-color: #3E785B;
}
</style>