Shades of Amazon #3F805B
Tints of Amazon #3F805B
RGB
CMYK
RGB Variations
Color information
#3F805B (or 0x3F805B) is known color: Amazon. HEX triplet: 3F, 80 and 5B. RGB value is (63,128,91). Sum of RGB (Red+Green+Blue) = 63+128+91=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #3F805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F805B is #C07FA4. Grayscale: #686868. Windows color (decimal): -12615589 or 5996607. OLE color: 5996607.
HSL color Cylindrical-coordinate representation of color #3F805B: hue angle of 145.85º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F805B is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 128 | 91 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.50 |
| HSL | 145.85º | 0.34% | 0.37% | - |
| HSV(B) | 145.85º | 0.51% | 0.5% | - |
| XYZ | 11.66 | 17.25 | 12.61 | - |
| YUV | 104.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 91 | 0.51 | 0 | 0.29 | 0.50 | 145.85 | 0.34 | 0.37 |
| Hex | 3F | 80 | 5B | 33 | 0 | 1D | 32 | 92 | 22 | 25 |
| Octal | 77 | 200 | 133 | 63 | 0 | 35 | 62 | 222 | 42 | 45 |
| Binary | 111111 | 10000000 | 1011011 | 110011 | 0 | 11101 | 110010 | 10010010 | 100010 | 100101 |
Color Harmonies of #3F805B
Complementary color
Monochromatic Colors of #3F805B
Black with #3F805B
Text Example
Text Example
White with #3F805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F805B; }
p { color: rgb(63,128,91); }
H1.HeaderClassName
{
color: #3F805B;
}
.AnyTagClassName
{
color: #3F805B;
}
</style>
background-color css
<style>
a { background-color: #3F805B; }
a { background-color: rgb(63,128,91); }
div.DivClassName
{
background-color: #3F805B;
}
.BgClassName
{
background-color: #3F805B;
}
</style>
border-color css
<style>
span { border-color: #3F805B; }
span { border-color: rgb(63,128,91); }
td.TdClassName
{
border-color: #3F805B;
}
.TagClassName
{
border-color: #3F805B;
}
</style>