Shades of Amazon #3E865C
Tints of Amazon #3E865C
RGB
CMYK
RGB Variations
Color information
#3E865C (or 0x3E865C) is known color: Amazon. HEX triplet: 3E, 86 and 5C. RGB value is (62,134,92). Sum of RGB (Red+Green+Blue) = 62+134+92=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #3E865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E865C is #C179A3. Grayscale: #6B6B6B. Windows color (decimal): -12679588 or 6063678. OLE color: 6063678.
HSL color Cylindrical-coordinate representation of color #3E865C: hue angle of 145º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E865C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 134 | 92 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.47 |
| HSL | 145º | 0.37% | 0.38% | - |
| HSV(B) | 145º | 0.54% | 0.53% | - |
| XYZ | 12.44 | 18.85 | 13.11 | - |
| YUV | 107.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 134 | 92 | 0.54 | 0 | 0.31 | 0.47 | 145 | 0.37 | 0.38 |
| Hex | 3E | 86 | 5C | 36 | 0 | 1F | 2F | 91 | 25 | 26 |
| Octal | 76 | 206 | 134 | 66 | 0 | 37 | 57 | 221 | 45 | 46 |
| Binary | 111110 | 10000110 | 1011100 | 110110 | 0 | 11111 | 101111 | 10010001 | 100101 | 100110 |
Color Harmonies of #3E865C
Complementary color
Monochromatic Colors of #3E865C
Black with #3E865C
Text Example
Text Example
White with #3E865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E865C; }
p { color: rgb(62,134,92); }
H1.HeaderClassName
{
color: #3E865C;
}
.AnyTagClassName
{
color: #3E865C;
}
</style>
background-color css
<style>
a { background-color: #3E865C; }
a { background-color: rgb(62,134,92); }
div.DivClassName
{
background-color: #3E865C;
}
.BgClassName
{
background-color: #3E865C;
}
</style>
border-color css
<style>
span { border-color: #3E865C; }
span { border-color: rgb(62,134,92); }
td.TdClassName
{
border-color: #3E865C;
}
.TagClassName
{
border-color: #3E865C;
}
</style>