Shades of Amazon #3F7756
Tints of Amazon #3F7756
RGB
CMYK
RGB Variations
Color information
#3F7756 (or 0x3F7756) is known color: Amazon. HEX triplet: 3F, 77 and 56. RGB value is (63,119,86). Sum of RGB (Red+Green+Blue) = 63+119+86=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7756 is #C088A9. Grayscale: #626262. Windows color (decimal): -12617898 or 5666623. OLE color: 5666623.
HSL color Cylindrical-coordinate representation of color #3F7756: hue angle of 144.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7756 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 86 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.53 |
| HSL | 144.64º | 0.31% | 0.36% | - |
| HSV(B) | 144.64º | 0.47% | 0.47% | - |
| XYZ | 10.33 | 14.92 | 11.14 | - |
| YUV | 98.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 86 | 0.47 | 0 | 0.28 | 0.53 | 144.64 | 0.31 | 0.36 |
| Hex | 3F | 77 | 56 | 2F | 0 | 1C | 35 | 91 | 1F | 24 |
| Octal | 77 | 167 | 126 | 57 | 0 | 34 | 65 | 221 | 37 | 44 |
| Binary | 111111 | 1110111 | 1010110 | 101111 | 0 | 11100 | 110101 | 10010001 | 11111 | 100100 |
Color Harmonies of #3F7756
Complementary color
Monochromatic Colors of #3F7756
Black with #3F7756
Text Example
Text Example
White with #3F7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7756; }
p { color: rgb(63,119,86); }
H1.HeaderClassName
{
color: #3F7756;
}
.AnyTagClassName
{
color: #3F7756;
}
</style>
background-color css
<style>
a { background-color: #3F7756; }
a { background-color: rgb(63,119,86); }
div.DivClassName
{
background-color: #3F7756;
}
.BgClassName
{
background-color: #3F7756;
}
</style>
border-color css
<style>
span { border-color: #3F7756; }
span { border-color: rgb(63,119,86); }
td.TdClassName
{
border-color: #3F7756;
}
.TagClassName
{
border-color: #3F7756;
}
</style>