Shades of Amazon #3F7857
Tints of Amazon #3F7857
RGB
CMYK
RGB Variations
Color information
#3F7857 (or 0x3F7857) is known color: Amazon. HEX triplet: 3F, 78 and 57. RGB value is (63,120,87). Sum of RGB (Red+Green+Blue) = 63+120+87=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7857 is #C087A8. Grayscale: #636363. Windows color (decimal): -12617641 or 5732415. OLE color: 5732415.
HSL color Cylindrical-coordinate representation of color #3F7857: hue angle of 145.26º degrees, saturation: 0.31, 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 #3F7857 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 87 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.53 |
| HSL | 145.26º | 0.31% | 0.36% | - |
| HSV(B) | 145.26º | 0.48% | 0.47% | - |
| XYZ | 10.49 | 15.18 | 11.39 | - |
| YUV | 99.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 87 | 0.48 | 0 | 0.28 | 0.53 | 145.26 | 0.31 | 0.36 |
| Hex | 3F | 78 | 57 | 30 | 0 | 1C | 35 | 91 | 1F | 24 |
| Octal | 77 | 170 | 127 | 60 | 0 | 34 | 65 | 221 | 37 | 44 |
| Binary | 111111 | 1111000 | 1010111 | 110000 | 0 | 11100 | 110101 | 10010001 | 11111 | 100100 |
Color Harmonies of #3F7857
Complementary color
Monochromatic Colors of #3F7857
Black with #3F7857
Text Example
Text Example
White with #3F7857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7857; }
p { color: rgb(63,120,87); }
H1.HeaderClassName
{
color: #3F7857;
}
.AnyTagClassName
{
color: #3F7857;
}
</style>
background-color css
<style>
a { background-color: #3F7857; }
a { background-color: rgb(63,120,87); }
div.DivClassName
{
background-color: #3F7857;
}
.BgClassName
{
background-color: #3F7857;
}
</style>
border-color css
<style>
span { border-color: #3F7857; }
span { border-color: rgb(63,120,87); }
td.TdClassName
{
border-color: #3F7857;
}
.TagClassName
{
border-color: #3F7857;
}
</style>