Shades of Amazon #3F8853
Tints of Amazon #3F8853
RGB
CMYK
RGB Variations
Color information
#3F8853 (or 0x3F8853) is known color: Amazon. HEX triplet: 3F, 88 and 53. RGB value is (63,136,83). Sum of RGB (Red+Green+Blue) = 63+136+83=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8853 is #C077AC. Grayscale: #6C6C6C. Windows color (decimal): -12613549 or 5474367. OLE color: 5474367.
HSL color Cylindrical-coordinate representation of color #3F8853: hue angle of 136.44º 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 #3F8853 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 83 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.47 |
| HSL | 136.44º | 0.37% | 0.39% | - |
| HSV(B) | 136.44º | 0.54% | 0.53% | - |
| XYZ | 12.42 | 19.29 | 11.25 | - |
| YUV | 108.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 83 | 0.54 | 0 | 0.39 | 0.47 | 136.44 | 0.37 | 0.39 |
| Hex | 3F | 88 | 53 | 36 | 0 | 27 | 2F | 88 | 25 | 27 |
| Octal | 77 | 210 | 123 | 66 | 0 | 47 | 57 | 210 | 45 | 47 |
| Binary | 111111 | 10001000 | 1010011 | 110110 | 0 | 100111 | 101111 | 10001000 | 100101 | 100111 |
Color Harmonies of #3F8853
Complementary color
Monochromatic Colors of #3F8853
Black with #3F8853
Text Example
Text Example
White with #3F8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8853; }
p { color: rgb(63,136,83); }
H1.HeaderClassName
{
color: #3F8853;
}
.AnyTagClassName
{
color: #3F8853;
}
</style>
background-color css
<style>
a { background-color: #3F8853; }
a { background-color: rgb(63,136,83); }
div.DivClassName
{
background-color: #3F8853;
}
.BgClassName
{
background-color: #3F8853;
}
</style>
border-color css
<style>
span { border-color: #3F8853; }
span { border-color: rgb(63,136,83); }
td.TdClassName
{
border-color: #3F8853;
}
.TagClassName
{
border-color: #3F8853;
}
</style>