Shades of Amazon #3F885F
Tints of Amazon #3F885F
RGB
CMYK
RGB Variations
Color information
#3F885F (or 0x3F885F) is known color: Amazon. HEX triplet: 3F, 88 and 5F. RGB value is (63,136,95). Sum of RGB (Red+Green+Blue) = 63+136+95=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #3F885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F885F is #C077A0. Grayscale: #6D6D6D. Windows color (decimal): -12613537 or 6260799. OLE color: 6260799.
HSL color Cylindrical-coordinate representation of color #3F885F: hue angle of 146.3º 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 #3F885F is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 95 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.47 |
| HSL | 146.3º | 0.37% | 0.39% | - |
| HSV(B) | 146.3º | 0.54% | 0.53% | - |
| XYZ | 12.92 | 19.49 | 13.91 | - |
| YUV | 109.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 95 | 0.54 | 0 | 0.30 | 0.47 | 146.3 | 0.37 | 0.39 |
| Hex | 3F | 88 | 5F | 36 | 0 | 1E | 2F | 92 | 25 | 27 |
| Octal | 77 | 210 | 137 | 66 | 0 | 36 | 57 | 222 | 45 | 47 |
| Binary | 111111 | 10001000 | 1011111 | 110110 | 0 | 11110 | 101111 | 10010010 | 100101 | 100111 |
Color Harmonies of #3F885F
Complementary color
Monochromatic Colors of #3F885F
Black with #3F885F
Text Example
Text Example
White with #3F885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F885F; }
p { color: rgb(63,136,95); }
H1.HeaderClassName
{
color: #3F885F;
}
.AnyTagClassName
{
color: #3F885F;
}
</style>
background-color css
<style>
a { background-color: #3F885F; }
a { background-color: rgb(63,136,95); }
div.DivClassName
{
background-color: #3F885F;
}
.BgClassName
{
background-color: #3F885F;
}
</style>
border-color css
<style>
span { border-color: #3F885F; }
span { border-color: rgb(63,136,95); }
td.TdClassName
{
border-color: #3F885F;
}
.TagClassName
{
border-color: #3F885F;
}
</style>