Shades of Amazon #3F7957
Tints of Amazon #3F7957
RGB
CMYK
RGB Variations
Color information
#3F7957 (or 0x3F7957) is known color: Amazon. HEX triplet: 3F, 79 and 57. RGB value is (63,121,87). Sum of RGB (Red+Green+Blue) = 63+121+87=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7957 is #C086A8. Grayscale: #636363. Windows color (decimal): -12617385 or 5732671. OLE color: 5732671.
HSL color Cylindrical-coordinate representation of color #3F7957: hue angle of 144.83º degrees, saturation: 0.32, 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 #3F7957 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 87 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.53 |
| HSL | 144.83º | 0.32% | 0.36% | - |
| HSV(B) | 144.83º | 0.48% | 0.47% | - |
| XYZ | 10.61 | 15.42 | 11.43 | - |
| YUV | 99.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 87 | 0.48 | 0 | 0.28 | 0.53 | 144.83 | 0.32 | 0.36 |
| Hex | 3F | 79 | 57 | 30 | 0 | 1C | 35 | 91 | 20 | 24 |
| Octal | 77 | 171 | 127 | 60 | 0 | 34 | 65 | 221 | 40 | 44 |
| Binary | 111111 | 1111001 | 1010111 | 110000 | 0 | 11100 | 110101 | 10010001 | 100000 | 100100 |
Color Harmonies of #3F7957
Complementary color
Monochromatic Colors of #3F7957
Black with #3F7957
Text Example
Text Example
White with #3F7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7957; }
p { color: rgb(63,121,87); }
H1.HeaderClassName
{
color: #3F7957;
}
.AnyTagClassName
{
color: #3F7957;
}
</style>
background-color css
<style>
a { background-color: #3F7957; }
a { background-color: rgb(63,121,87); }
div.DivClassName
{
background-color: #3F7957;
}
.BgClassName
{
background-color: #3F7957;
}
</style>
border-color css
<style>
span { border-color: #3F7957; }
span { border-color: rgb(63,121,87); }
td.TdClassName
{
border-color: #3F7957;
}
.TagClassName
{
border-color: #3F7957;
}
</style>