Shades of Amazon #3F785F
Tints of Amazon #3F785F
RGB
CMYK
RGB Variations
Color information
#3F785F (or 0x3F785F) is known color: Amazon. HEX triplet: 3F, 78 and 5F. RGB value is (63,120,95). Sum of RGB (Red+Green+Blue) = 63+120+95=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785F is #C087A0. Grayscale: #646464. Windows color (decimal): -12617633 or 6256703. OLE color: 6256703.
HSL color Cylindrical-coordinate representation of color #3F785F: hue angle of 153.68º 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 #3F785F is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 95 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.53 |
| HSL | 153.68º | 0.31% | 0.36% | - |
| HSV(B) | 153.68º | 0.48% | 0.47% | - |
| XYZ | 10.83 | 15.32 | 13.21 | - |
| YUV | 100.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 95 | 0.48 | 0 | 0.21 | 0.53 | 153.68 | 0.31 | 0.36 |
| Hex | 3F | 78 | 5F | 30 | 0 | 15 | 35 | 9A | 1F | 24 |
| Octal | 77 | 170 | 137 | 60 | 0 | 25 | 65 | 232 | 37 | 44 |
| Binary | 111111 | 1111000 | 1011111 | 110000 | 0 | 10101 | 110101 | 10011010 | 11111 | 100100 |
Color Harmonies of #3F785F
Complementary color
Monochromatic Colors of #3F785F
Black with #3F785F
Text Example
Text Example
White with #3F785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F785F; }
p { color: rgb(63,120,95); }
H1.HeaderClassName
{
color: #3F785F;
}
.AnyTagClassName
{
color: #3F785F;
}
</style>
background-color css
<style>
a { background-color: #3F785F; }
a { background-color: rgb(63,120,95); }
div.DivClassName
{
background-color: #3F785F;
}
.BgClassName
{
background-color: #3F785F;
}
</style>
border-color css
<style>
span { border-color: #3F785F; }
span { border-color: rgb(63,120,95); }
td.TdClassName
{
border-color: #3F785F;
}
.TagClassName
{
border-color: #3F785F;
}
</style>