Shades of Amazon #3F7A57
Tints of Amazon #3F7A57
RGB
CMYK
RGB Variations
Color information
#3F7A57 (or 0x3F7A57) is known color: Amazon. HEX triplet: 3F, 7A and 57. RGB value is (63,122,87). Sum of RGB (Red+Green+Blue) = 63+122+87=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A57 is #C085A8. Grayscale: #646464. Windows color (decimal): -12617129 or 5732927. OLE color: 5732927.
HSL color Cylindrical-coordinate representation of color #3F7A57: hue angle of 144.41º 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 #3F7A57 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 87 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.52 |
| HSL | 144.41º | 0.32% | 0.36% | - |
| HSV(B) | 144.41º | 0.48% | 0.48% | - |
| XYZ | 10.73 | 15.66 | 11.47 | - |
| YUV | 100.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 87 | 0.48 | 0 | 0.29 | 0.52 | 144.41 | 0.32 | 0.36 |
| Hex | 3F | 7A | 57 | 30 | 0 | 1D | 34 | 90 | 20 | 24 |
| Octal | 77 | 172 | 127 | 60 | 0 | 35 | 64 | 220 | 40 | 44 |
| Binary | 111111 | 1111010 | 1010111 | 110000 | 0 | 11101 | 110100 | 10010000 | 100000 | 100100 |
Color Harmonies of #3F7A57
Complementary color
Monochromatic Colors of #3F7A57
Black with #3F7A57
Text Example
Text Example
White with #3F7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A57; }
p { color: rgb(63,122,87); }
H1.HeaderClassName
{
color: #3F7A57;
}
.AnyTagClassName
{
color: #3F7A57;
}
</style>
background-color css
<style>
a { background-color: #3F7A57; }
a { background-color: rgb(63,122,87); }
div.DivClassName
{
background-color: #3F7A57;
}
.BgClassName
{
background-color: #3F7A57;
}
</style>
border-color css
<style>
span { border-color: #3F7A57; }
span { border-color: rgb(63,122,87); }
td.TdClassName
{
border-color: #3F7A57;
}
.TagClassName
{
border-color: #3F7A57;
}
</style>