Shades of Amazon #3F785E
Tints of Amazon #3F785E
RGB
CMYK
RGB Variations
Color information
#3F785E (or 0x3F785E) is known color: Amazon. HEX triplet: 3F, 78 and 5E. RGB value is (63,120,94). Sum of RGB (Red+Green+Blue) = 63+120+94=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785E is #C087A1. Grayscale: #646464. Windows color (decimal): -12617634 or 6191167. OLE color: 6191167.
HSL color Cylindrical-coordinate representation of color #3F785E: hue angle of 152.63º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F785E is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 94 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.53 |
| HSL | 152.63º | 0.31% | 0.36% | - |
| HSV(B) | 152.63º | 0.48% | 0.47% | - |
| XYZ | 10.79 | 15.3 | 12.97 | - |
| YUV | 99.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 94 | 0.48 | 0 | 0.22 | 0.53 | 152.63 | 0.31 | 0.36 |
| Hex | 3F | 78 | 5E | 30 | 0 | 16 | 35 | 99 | 1F | 24 |
| Octal | 77 | 170 | 136 | 60 | 0 | 26 | 65 | 231 | 37 | 44 |
| Binary | 111111 | 1111000 | 1011110 | 110000 | 0 | 10110 | 110101 | 10011001 | 11111 | 100100 |
Color Harmonies of #3F785E
Complementary color
Monochromatic Colors of #3F785E
Black with #3F785E
Text Example
Text Example
White with #3F785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F785E; }
p { color: rgb(63,120,94); }
H1.HeaderClassName
{
color: #3F785E;
}
.AnyTagClassName
{
color: #3F785E;
}
</style>
background-color css
<style>
a { background-color: #3F785E; }
a { background-color: rgb(63,120,94); }
div.DivClassName
{
background-color: #3F785E;
}
.BgClassName
{
background-color: #3F785E;
}
</style>
border-color css
<style>
span { border-color: #3F785E; }
span { border-color: rgb(63,120,94); }
td.TdClassName
{
border-color: #3F785E;
}
.TagClassName
{
border-color: #3F785E;
}
</style>