Shades of Amazon #3F7357
Tints of Amazon #3F7357
RGB
CMYK
RGB Variations
Color information
#3F7357 (or 0x3F7357) is known color: Amazon. HEX triplet: 3F, 73 and 57. RGB value is (63,115,87). Sum of RGB (Red+Green+Blue) = 63+115+87=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7357 is #C08CA8. Grayscale: #606060. Windows color (decimal): -12618921 or 5731135. OLE color: 5731135.
HSL color Cylindrical-coordinate representation of color #3F7357: hue angle of 147.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7357 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 87 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.55 |
| HSL | 147.69º | 0.29% | 0.35% | - |
| HSV(B) | 147.69º | 0.45% | 0.45% | - |
| XYZ | 9.9 | 14.01 | 11.2 | - |
| YUV | 96.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 87 | 0.45 | 0 | 0.24 | 0.55 | 147.69 | 0.29 | 0.35 |
| Hex | 3F | 73 | 57 | 2D | 0 | 18 | 37 | 94 | 1D | 23 |
| Octal | 77 | 163 | 127 | 55 | 0 | 30 | 67 | 224 | 35 | 43 |
| Binary | 111111 | 1110011 | 1010111 | 101101 | 0 | 11000 | 110111 | 10010100 | 11101 | 100011 |
Color Harmonies of #3F7357
Complementary color
Monochromatic Colors of #3F7357
Black with #3F7357
Text Example
Text Example
White with #3F7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7357; }
p { color: rgb(63,115,87); }
H1.HeaderClassName
{
color: #3F7357;
}
.AnyTagClassName
{
color: #3F7357;
}
</style>
background-color css
<style>
a { background-color: #3F7357; }
a { background-color: rgb(63,115,87); }
div.DivClassName
{
background-color: #3F7357;
}
.BgClassName
{
background-color: #3F7357;
}
</style>
border-color css
<style>
span { border-color: #3F7357; }
span { border-color: rgb(63,115,87); }
td.TdClassName
{
border-color: #3F7357;
}
.TagClassName
{
border-color: #3F7357;
}
</style>