Shades of Amazon #3F855D
Tints of Amazon #3F855D
RGB
CMYK
RGB Variations
Color information
#3F855D (or 0x3F855D) is known color: Amazon. HEX triplet: 3F, 85 and 5D. RGB value is (63,133,93). Sum of RGB (Red+Green+Blue) = 63+133+93=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #3F855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F855D is #C07AA2. Grayscale: #6B6B6B. Windows color (decimal): -12614307 or 6128959. OLE color: 6128959.
HSL color Cylindrical-coordinate representation of color #3F855D: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F855D is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 133 | 93 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.48 |
| HSL | 145.71º | 0.36% | 0.38% | - |
| HSV(B) | 145.71º | 0.53% | 0.52% | - |
| XYZ | 12.41 | 18.62 | 13.3 | - |
| YUV | 107.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 93 | 0.53 | 0 | 0.30 | 0.48 | 145.71 | 0.36 | 0.38 |
| Hex | 3F | 85 | 5D | 35 | 0 | 1E | 30 | 92 | 24 | 26 |
| Octal | 77 | 205 | 135 | 65 | 0 | 36 | 60 | 222 | 44 | 46 |
| Binary | 111111 | 10000101 | 1011101 | 110101 | 0 | 11110 | 110000 | 10010010 | 100100 | 100110 |
Color Harmonies of #3F855D
Complementary color
Monochromatic Colors of #3F855D
Black with #3F855D
Text Example
Text Example
White with #3F855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F855D; }
p { color: rgb(63,133,93); }
H1.HeaderClassName
{
color: #3F855D;
}
.AnyTagClassName
{
color: #3F855D;
}
</style>
background-color css
<style>
a { background-color: #3F855D; }
a { background-color: rgb(63,133,93); }
div.DivClassName
{
background-color: #3F855D;
}
.BgClassName
{
background-color: #3F855D;
}
</style>
border-color css
<style>
span { border-color: #3F855D; }
span { border-color: rgb(63,133,93); }
td.TdClassName
{
border-color: #3F855D;
}
.TagClassName
{
border-color: #3F855D;
}
</style>