Shades of Amazon #3F8959
Tints of Amazon #3F8959
RGB
CMYK
RGB Variations
Color information
#3F8959 (or 0x3F8959) is known color: Amazon. HEX triplet: 3F, 89 and 59. RGB value is (63,137,89). Sum of RGB (Red+Green+Blue) = 63+137+89=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8959 is #C076A6. Grayscale: #6D6D6D. Windows color (decimal): -12613287 or 5867839. OLE color: 5867839.
HSL color Cylindrical-coordinate representation of color #3F8959: hue angle of 141.08º 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 #3F8959 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 89 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.46 |
| HSL | 141.08º | 0.37% | 0.39% | - |
| HSV(B) | 141.08º | 0.54% | 0.54% | - |
| XYZ | 12.8 | 19.67 | 12.57 | - |
| YUV | 109.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 89 | 0.54 | 0 | 0.35 | 0.46 | 141.08 | 0.37 | 0.39 |
| Hex | 3F | 89 | 59 | 36 | 0 | 23 | 2E | 8D | 25 | 27 |
| Octal | 77 | 211 | 131 | 66 | 0 | 43 | 56 | 215 | 45 | 47 |
| Binary | 111111 | 10001001 | 1011001 | 110110 | 0 | 100011 | 101110 | 10001101 | 100101 | 100111 |
Color Harmonies of #3F8959
Complementary color
Monochromatic Colors of #3F8959
Black with #3F8959
Text Example
Text Example
White with #3F8959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8959; }
p { color: rgb(63,137,89); }
H1.HeaderClassName
{
color: #3F8959;
}
.AnyTagClassName
{
color: #3F8959;
}
</style>
background-color css
<style>
a { background-color: #3F8959; }
a { background-color: rgb(63,137,89); }
div.DivClassName
{
background-color: #3F8959;
}
.BgClassName
{
background-color: #3F8959;
}
</style>
border-color css
<style>
span { border-color: #3F8959; }
span { border-color: rgb(63,137,89); }
td.TdClassName
{
border-color: #3F8959;
}
.TagClassName
{
border-color: #3F8959;
}
</style>