Shades of Amazon #3F785B
Tints of Amazon #3F785B
RGB
CMYK
RGB Variations
Color information
#3F785B (or 0x3F785B) is known color: Amazon. HEX triplet: 3F, 78 and 5B. RGB value is (63,120,91). Sum of RGB (Red+Green+Blue) = 63+120+91=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785B is #C087A4. Grayscale: #636363. Windows color (decimal): -12617637 or 5994559. OLE color: 5994559.
HSL color Cylindrical-coordinate representation of color #3F785B: hue angle of 149.47º 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 #3F785B is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 91 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.53 |
| HSL | 149.47º | 0.31% | 0.36% | - |
| HSV(B) | 149.47º | 0.48% | 0.47% | - |
| XYZ | 10.65 | 15.25 | 12.28 | - |
| YUV | 99.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 91 | 0.48 | 0 | 0.24 | 0.53 | 149.47 | 0.31 | 0.36 |
| Hex | 3F | 78 | 5B | 30 | 0 | 18 | 35 | 95 | 1F | 24 |
| Octal | 77 | 170 | 133 | 60 | 0 | 30 | 65 | 225 | 37 | 44 |
| Binary | 111111 | 1111000 | 1011011 | 110000 | 0 | 11000 | 110101 | 10010101 | 11111 | 100100 |
Color Harmonies of #3F785B
Complementary color
Monochromatic Colors of #3F785B
Black with #3F785B
Text Example
Text Example
White with #3F785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F785B; }
p { color: rgb(63,120,91); }
H1.HeaderClassName
{
color: #3F785B;
}
.AnyTagClassName
{
color: #3F785B;
}
</style>
background-color css
<style>
a { background-color: #3F785B; }
a { background-color: rgb(63,120,91); }
div.DivClassName
{
background-color: #3F785B;
}
.BgClassName
{
background-color: #3F785B;
}
</style>
border-color css
<style>
span { border-color: #3F785B; }
span { border-color: rgb(63,120,91); }
td.TdClassName
{
border-color: #3F785B;
}
.TagClassName
{
border-color: #3F785B;
}
</style>