Shades of Amazon #3F845E
Tints of Amazon #3F845E
RGB
CMYK
RGB Variations
Color information
#3F845E (or 0x3F845E) is known color: Amazon. HEX triplet: 3F, 84 and 5E. RGB value is (63,132,94). Sum of RGB (Red+Green+Blue) = 63+132+94=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #3F845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F845E is #C07BA1. Grayscale: #6B6B6B. Windows color (decimal): -12614562 or 6194239. OLE color: 6194239.
HSL color Cylindrical-coordinate representation of color #3F845E: hue angle of 146.96º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F845E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 132 | 94 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.48 |
| HSL | 146.96º | 0.35% | 0.38% | - |
| HSV(B) | 146.96º | 0.52% | 0.52% | - |
| XYZ | 12.32 | 18.37 | 13.49 | - |
| YUV | 107.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 94 | 0.52 | 0 | 0.29 | 0.48 | 146.96 | 0.35 | 0.38 |
| Hex | 3F | 84 | 5E | 34 | 0 | 1D | 30 | 93 | 23 | 26 |
| Octal | 77 | 204 | 136 | 64 | 0 | 35 | 60 | 223 | 43 | 46 |
| Binary | 111111 | 10000100 | 1011110 | 110100 | 0 | 11101 | 110000 | 10010011 | 100011 | 100110 |
Color Harmonies of #3F845E
Complementary color
Monochromatic Colors of #3F845E
Black with #3F845E
Text Example
Text Example
White with #3F845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F845E; }
p { color: rgb(63,132,94); }
H1.HeaderClassName
{
color: #3F845E;
}
.AnyTagClassName
{
color: #3F845E;
}
</style>
background-color css
<style>
a { background-color: #3F845E; }
a { background-color: rgb(63,132,94); }
div.DivClassName
{
background-color: #3F845E;
}
.BgClassName
{
background-color: #3F845E;
}
</style>
border-color css
<style>
span { border-color: #3F845E; }
span { border-color: rgb(63,132,94); }
td.TdClassName
{
border-color: #3F845E;
}
.TagClassName
{
border-color: #3F845E;
}
</style>