Shades of Amazon #3F8751
Tints of Amazon #3F8751
RGB
CMYK
RGB Variations
Color information
#3F8751 (or 0x3F8751) is known color: Amazon. HEX triplet: 3F, 87 and 51. RGB value is (63,135,81). Sum of RGB (Red+Green+Blue) = 63+135+81=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8751 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8751 is #C078AE. Grayscale: #6B6B6B. Windows color (decimal): -12613807 or 5343039. OLE color: 5343039.
HSL color Cylindrical-coordinate representation of color #3F8751: hue angle of 135º 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 #3F8751 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 81 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.47 |
| HSL | 135º | 0.36% | 0.39% | - |
| HSV(B) | 135º | 0.53% | 0.53% | - |
| XYZ | 12.2 | 18.98 | 10.8 | - |
| YUV | 107.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 81 | 0.53 | 0 | 0.40 | 0.47 | 135 | 0.36 | 0.39 |
| Hex | 3F | 87 | 51 | 35 | 0 | 28 | 2F | 87 | 24 | 27 |
| Octal | 77 | 207 | 121 | 65 | 0 | 50 | 57 | 207 | 44 | 47 |
| Binary | 111111 | 10000111 | 1010001 | 110101 | 0 | 101000 | 101111 | 10000111 | 100100 | 100111 |
Color Harmonies of #3F8751
Complementary color
Monochromatic Colors of #3F8751
Black with #3F8751
Text Example
Text Example
White with #3F8751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8751; }
p { color: rgb(63,135,81); }
H1.HeaderClassName
{
color: #3F8751;
}
.AnyTagClassName
{
color: #3F8751;
}
</style>
background-color css
<style>
a { background-color: #3F8751; }
a { background-color: rgb(63,135,81); }
div.DivClassName
{
background-color: #3F8751;
}
.BgClassName
{
background-color: #3F8751;
}
</style>
border-color css
<style>
span { border-color: #3F8751; }
span { border-color: rgb(63,135,81); }
td.TdClassName
{
border-color: #3F8751;
}
.TagClassName
{
border-color: #3F8751;
}
</style>