Shades of Amazon #3F8756
Tints of Amazon #3F8756
RGB
CMYK
RGB Variations
Color information
#3F8756 (or 0x3F8756) is known color: Amazon. HEX triplet: 3F, 87 and 56. RGB value is (63,135,86). Sum of RGB (Red+Green+Blue) = 63+135+86=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8756 is #C078A9. Grayscale: #6C6C6C. Windows color (decimal): -12613802 or 5670719. OLE color: 5670719.
HSL color Cylindrical-coordinate representation of color #3F8756: hue angle of 139.17º 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 #3F8756 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 135 | 86 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.47 |
| HSL | 139.17º | 0.36% | 0.39% | - |
| HSV(B) | 139.17º | 0.53% | 0.53% | - |
| XYZ | 12.39 | 19.06 | 11.83 | - |
| YUV | 107.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 86 | 0.53 | 0 | 0.36 | 0.47 | 139.17 | 0.36 | 0.39 |
| Hex | 3F | 87 | 56 | 35 | 0 | 24 | 2F | 8B | 24 | 27 |
| Octal | 77 | 207 | 126 | 65 | 0 | 44 | 57 | 213 | 44 | 47 |
| Binary | 111111 | 10000111 | 1010110 | 110101 | 0 | 100100 | 101111 | 10001011 | 100100 | 100111 |
Color Harmonies of #3F8756
Complementary color
Monochromatic Colors of #3F8756
Black with #3F8756
Text Example
Text Example
White with #3F8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8756; }
p { color: rgb(63,135,86); }
H1.HeaderClassName
{
color: #3F8756;
}
.AnyTagClassName
{
color: #3F8756;
}
</style>
background-color css
<style>
a { background-color: #3F8756; }
a { background-color: rgb(63,135,86); }
div.DivClassName
{
background-color: #3F8756;
}
.BgClassName
{
background-color: #3F8756;
}
</style>
border-color css
<style>
span { border-color: #3F8756; }
span { border-color: rgb(63,135,86); }
td.TdClassName
{
border-color: #3F8756;
}
.TagClassName
{
border-color: #3F8756;
}
</style>