Shades of Amazon #3E875C
Tints of Amazon #3E875C
RGB
CMYK
RGB Variations
Color information
#3E875C (or 0x3E875C) is known color: Amazon. HEX triplet: 3E, 87 and 5C. RGB value is (62,135,92). Sum of RGB (Red+Green+Blue) = 62+135+92=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #3E875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E875C is #C178A3. Grayscale: #6C6C6C. Windows color (decimal): -12679332 or 6063934. OLE color: 6063934.
HSL color Cylindrical-coordinate representation of color #3E875C: hue angle of 144.66º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E875C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 92 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.47 |
| HSL | 144.66º | 0.37% | 0.39% | - |
| HSV(B) | 144.66º | 0.54% | 0.53% | - |
| XYZ | 12.58 | 19.12 | 13.15 | - |
| YUV | 108.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 92 | 0.54 | 0 | 0.32 | 0.47 | 144.66 | 0.37 | 0.39 |
| Hex | 3E | 87 | 5C | 36 | 0 | 20 | 2F | 91 | 25 | 27 |
| Octal | 76 | 207 | 134 | 66 | 0 | 40 | 57 | 221 | 45 | 47 |
| Binary | 111110 | 10000111 | 1011100 | 110110 | 0 | 100000 | 101111 | 10010001 | 100101 | 100111 |
Color Harmonies of #3E875C
Complementary color
Monochromatic Colors of #3E875C
Black with #3E875C
Text Example
Text Example
White with #3E875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E875C; }
p { color: rgb(62,135,92); }
H1.HeaderClassName
{
color: #3E875C;
}
.AnyTagClassName
{
color: #3E875C;
}
</style>
background-color css
<style>
a { background-color: #3E875C; }
a { background-color: rgb(62,135,92); }
div.DivClassName
{
background-color: #3E875C;
}
.BgClassName
{
background-color: #3E875C;
}
</style>
border-color css
<style>
span { border-color: #3E875C; }
span { border-color: rgb(62,135,92); }
td.TdClassName
{
border-color: #3E875C;
}
.TagClassName
{
border-color: #3E875C;
}
</style>