Shades of Amazon #3F895E
Tints of Amazon #3F895E
RGB
CMYK
RGB Variations
Color information
#3F895E (or 0x3F895E) is known color: Amazon. HEX triplet: 3F, 89 and 5E. RGB value is (63,137,94). Sum of RGB (Red+Green+Blue) = 63+137+94=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #3F895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F895E is #C076A1. Grayscale: #6E6E6E. Windows color (decimal): -12613282 or 6195519. OLE color: 6195519.
HSL color Cylindrical-coordinate representation of color #3F895E: hue angle of 145.14º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F895E is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 94 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.46 |
| HSL | 145.14º | 0.37% | 0.39% | - |
| HSV(B) | 145.14º | 0.54% | 0.54% | - |
| XYZ | 13.02 | 19.76 | 13.72 | - |
| YUV | 109.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 94 | 0.54 | 0 | 0.31 | 0.46 | 145.14 | 0.37 | 0.39 |
| Hex | 3F | 89 | 5E | 36 | 0 | 1F | 2E | 91 | 25 | 27 |
| Octal | 77 | 211 | 136 | 66 | 0 | 37 | 56 | 221 | 45 | 47 |
| Binary | 111111 | 10001001 | 1011110 | 110110 | 0 | 11111 | 101110 | 10010001 | 100101 | 100111 |
Color Harmonies of #3F895E
Complementary color
Monochromatic Colors of #3F895E
Black with #3F895E
Text Example
Text Example
White with #3F895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F895E; }
p { color: rgb(63,137,94); }
H1.HeaderClassName
{
color: #3F895E;
}
.AnyTagClassName
{
color: #3F895E;
}
</style>
background-color css
<style>
a { background-color: #3F895E; }
a { background-color: rgb(63,137,94); }
div.DivClassName
{
background-color: #3F895E;
}
.BgClassName
{
background-color: #3F895E;
}
</style>
border-color css
<style>
span { border-color: #3F895E; }
span { border-color: rgb(63,137,94); }
td.TdClassName
{
border-color: #3F895E;
}
.TagClassName
{
border-color: #3F895E;
}
</style>