Shades of Amazon #3F8857
Tints of Amazon #3F8857
RGB
CMYK
RGB Variations
Color information
#3F8857 (or 0x3F8857) is known color: Amazon. HEX triplet: 3F, 88 and 57. RGB value is (63,136,87). Sum of RGB (Red+Green+Blue) = 63+136+87=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8857 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8857 is #C077A8. Grayscale: #6C6C6C. Windows color (decimal): -12613545 or 5736511. OLE color: 5736511.
HSL color Cylindrical-coordinate representation of color #3F8857: hue angle of 139.73º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8857 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 87 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.47 |
| HSL | 139.73º | 0.37% | 0.39% | - |
| HSV(B) | 139.73º | 0.54% | 0.53% | - |
| XYZ | 12.57 | 19.35 | 12.09 | - |
| YUV | 108.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 87 | 0.54 | 0 | 0.36 | 0.47 | 139.73 | 0.37 | 0.39 |
| Hex | 3F | 88 | 57 | 36 | 0 | 24 | 2F | 8C | 25 | 27 |
| Octal | 77 | 210 | 127 | 66 | 0 | 44 | 57 | 214 | 45 | 47 |
| Binary | 111111 | 10001000 | 1010111 | 110110 | 0 | 100100 | 101111 | 10001100 | 100101 | 100111 |
Color Harmonies of #3F8857
Complementary color
Monochromatic Colors of #3F8857
Black with #3F8857
Text Example
Text Example
White with #3F8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8857; }
p { color: rgb(63,136,87); }
H1.HeaderClassName
{
color: #3F8857;
}
.AnyTagClassName
{
color: #3F8857;
}
</style>
background-color css
<style>
a { background-color: #3F8857; }
a { background-color: rgb(63,136,87); }
div.DivClassName
{
background-color: #3F8857;
}
.BgClassName
{
background-color: #3F8857;
}
</style>
border-color css
<style>
span { border-color: #3F8857; }
span { border-color: rgb(63,136,87); }
td.TdClassName
{
border-color: #3F8857;
}
.TagClassName
{
border-color: #3F8857;
}
</style>