Shades of Amazon #3F7A56
Tints of Amazon #3F7A56
RGB
CMYK
RGB Variations
Color information
#3F7A56 (or 0x3F7A56) is known color: Amazon. HEX triplet: 3F, 7A and 56. RGB value is (63,122,86). Sum of RGB (Red+Green+Blue) = 63+122+86=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A56 is #C085A9. Grayscale: #646464. Windows color (decimal): -12617130 or 5667391. OLE color: 5667391.
HSL color Cylindrical-coordinate representation of color #3F7A56: hue angle of 143.39º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A56 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 86 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.52 |
| HSL | 143.39º | 0.32% | 0.36% | - |
| HSV(B) | 143.39º | 0.48% | 0.48% | - |
| XYZ | 10.69 | 15.65 | 11.26 | - |
| YUV | 100.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 86 | 0.48 | 0 | 0.30 | 0.52 | 143.39 | 0.32 | 0.36 |
| Hex | 3F | 7A | 56 | 30 | 0 | 1E | 34 | 8F | 20 | 24 |
| Octal | 77 | 172 | 126 | 60 | 0 | 36 | 64 | 217 | 40 | 44 |
| Binary | 111111 | 1111010 | 1010110 | 110000 | 0 | 11110 | 110100 | 10001111 | 100000 | 100100 |
Color Harmonies of #3F7A56
Complementary color
Monochromatic Colors of #3F7A56
Black with #3F7A56
Text Example
Text Example
White with #3F7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A56; }
p { color: rgb(63,122,86); }
H1.HeaderClassName
{
color: #3F7A56;
}
.AnyTagClassName
{
color: #3F7A56;
}
</style>
background-color css
<style>
a { background-color: #3F7A56; }
a { background-color: rgb(63,122,86); }
div.DivClassName
{
background-color: #3F7A56;
}
.BgClassName
{
background-color: #3F7A56;
}
</style>
border-color css
<style>
span { border-color: #3F7A56; }
span { border-color: rgb(63,122,86); }
td.TdClassName
{
border-color: #3F7A56;
}
.TagClassName
{
border-color: #3F7A56;
}
</style>