Shades of Amazon #3F7557
Tints of Amazon #3F7557
RGB
CMYK
RGB Variations
Color information
#3F7557 (or 0x3F7557) is known color: Amazon. HEX triplet: 3F, 75 and 57. RGB value is (63,117,87). Sum of RGB (Red+Green+Blue) = 63+117+87=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7557 is #C08AA8. Grayscale: #616161. Windows color (decimal): -12618409 or 5731647. OLE color: 5731647.
HSL color Cylindrical-coordinate representation of color #3F7557: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7557 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 87 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.54 |
| HSL | 146.67º | 0.3% | 0.35% | - |
| HSV(B) | 146.67º | 0.46% | 0.46% | - |
| XYZ | 10.13 | 14.47 | 11.28 | - |
| YUV | 97.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 87 | 0.46 | 0 | 0.26 | 0.54 | 146.67 | 0.3 | 0.35 |
| Hex | 3F | 75 | 57 | 2E | 0 | 1A | 36 | 93 | 1E | 23 |
| Octal | 77 | 165 | 127 | 56 | 0 | 32 | 66 | 223 | 36 | 43 |
| Binary | 111111 | 1110101 | 1010111 | 101110 | 0 | 11010 | 110110 | 10010011 | 11110 | 100011 |
Color Harmonies of #3F7557
Complementary color
Monochromatic Colors of #3F7557
Black with #3F7557
Text Example
Text Example
White with #3F7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7557; }
p { color: rgb(63,117,87); }
H1.HeaderClassName
{
color: #3F7557;
}
.AnyTagClassName
{
color: #3F7557;
}
</style>
background-color css
<style>
a { background-color: #3F7557; }
a { background-color: rgb(63,117,87); }
div.DivClassName
{
background-color: #3F7557;
}
.BgClassName
{
background-color: #3F7557;
}
</style>
border-color css
<style>
span { border-color: #3F7557; }
span { border-color: rgb(63,117,87); }
td.TdClassName
{
border-color: #3F7557;
}
.TagClassName
{
border-color: #3F7557;
}
</style>