Shades of Amazon #3F8160
Tints of Amazon #3F8160
RGB
CMYK
RGB Variations
Color information
#3F8160 (or 0x3F8160) is known color: Amazon. HEX triplet: 3F, 81 and 60. RGB value is (63,129,96). Sum of RGB (Red+Green+Blue) = 63+129+96=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8160 is #C07E9F. Grayscale: #696969. Windows color (decimal): -12615328 or 6324543. OLE color: 6324543.
HSL color Cylindrical-coordinate representation of color #3F8160: hue angle of 150º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8160 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 96 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.49 |
| HSL | 150º | 0.34% | 0.38% | - |
| HSV(B) | 150º | 0.51% | 0.51% | - |
| XYZ | 12.01 | 17.6 | 13.83 | - |
| YUV | 105.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 96 | 0.51 | 0 | 0.26 | 0.49 | 150 | 0.34 | 0.38 |
| Hex | 3F | 81 | 60 | 33 | 0 | 1A | 31 | 96 | 22 | 26 |
| Octal | 77 | 201 | 140 | 63 | 0 | 32 | 61 | 226 | 42 | 46 |
| Binary | 111111 | 10000001 | 1100000 | 110011 | 0 | 11010 | 110001 | 10010110 | 100010 | 100110 |
Color Harmonies of #3F8160
Complementary color
Monochromatic Colors of #3F8160
Black with #3F8160
Text Example
Text Example
White with #3F8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8160; }
p { color: rgb(63,129,96); }
H1.HeaderClassName
{
color: #3F8160;
}
.AnyTagClassName
{
color: #3F8160;
}
</style>
background-color css
<style>
a { background-color: #3F8160; }
a { background-color: rgb(63,129,96); }
div.DivClassName
{
background-color: #3F8160;
}
.BgClassName
{
background-color: #3F8160;
}
</style>
border-color css
<style>
span { border-color: #3F8160; }
span { border-color: rgb(63,129,96); }
td.TdClassName
{
border-color: #3F8160;
}
.TagClassName
{
border-color: #3F8160;
}
</style>