Shades of Amazon #3F8651
Tints of Amazon #3F8651
RGB
CMYK
RGB Variations
Color information
#3F8651 (or 0x3F8651) is known color: Amazon. HEX triplet: 3F, 86 and 51. RGB value is (63,134,81). Sum of RGB (Red+Green+Blue) = 63+134+81=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #3F8651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8651 is #C079AE. Grayscale: #6A6A6A. Windows color (decimal): -12614063 or 5342783. OLE color: 5342783.
HSL color Cylindrical-coordinate representation of color #3F8651: hue angle of 135.21º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8651 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 134 | 81 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.47 |
| HSL | 135.21º | 0.36% | 0.39% | - |
| HSV(B) | 135.21º | 0.53% | 0.53% | - |
| XYZ | 12.06 | 18.7 | 10.76 | - |
| YUV | 106.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 81 | 0.53 | 0 | 0.40 | 0.47 | 135.21 | 0.36 | 0.39 |
| Hex | 3F | 86 | 51 | 35 | 0 | 28 | 2F | 87 | 24 | 27 |
| Octal | 77 | 206 | 121 | 65 | 0 | 50 | 57 | 207 | 44 | 47 |
| Binary | 111111 | 10000110 | 1010001 | 110101 | 0 | 101000 | 101111 | 10000111 | 100100 | 100111 |
Color Harmonies of #3F8651
Complementary color
Monochromatic Colors of #3F8651
Black with #3F8651
Text Example
Text Example
White with #3F8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8651; }
p { color: rgb(63,134,81); }
H1.HeaderClassName
{
color: #3F8651;
}
.AnyTagClassName
{
color: #3F8651;
}
</style>
background-color css
<style>
a { background-color: #3F8651; }
a { background-color: rgb(63,134,81); }
div.DivClassName
{
background-color: #3F8651;
}
.BgClassName
{
background-color: #3F8651;
}
</style>
border-color css
<style>
span { border-color: #3F8651; }
span { border-color: rgb(63,134,81); }
td.TdClassName
{
border-color: #3F8651;
}
.TagClassName
{
border-color: #3F8651;
}
</style>