Shades of Amazon #3F7359
Tints of Amazon #3F7359
RGB
CMYK
RGB Variations
Color information
#3F7359 (or 0x3F7359) is known color: Amazon. HEX triplet: 3F, 73 and 59. RGB value is (63,115,89). Sum of RGB (Red+Green+Blue) = 63+115+89=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7359 is #C08CA6. Grayscale: #606060. Windows color (decimal): -12618919 or 5862207. OLE color: 5862207.
HSL color Cylindrical-coordinate representation of color #3F7359: hue angle of 150º 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 #3F7359 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 89 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.55 |
| HSL | 150º | 0.29% | 0.35% | - |
| HSV(B) | 150º | 0.45% | 0.45% | - |
| XYZ | 9.98 | 14.04 | 11.63 | - |
| YUV | 96.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 89 | 0.45 | 0 | 0.23 | 0.55 | 150 | 0.29 | 0.35 |
| Hex | 3F | 73 | 59 | 2D | 0 | 17 | 37 | 96 | 1D | 23 |
| Octal | 77 | 163 | 131 | 55 | 0 | 27 | 67 | 226 | 35 | 43 |
| Binary | 111111 | 1110011 | 1011001 | 101101 | 0 | 10111 | 110111 | 10010110 | 11101 | 100011 |
Color Harmonies of #3F7359
Complementary color
Monochromatic Colors of #3F7359
Black with #3F7359
Text Example
Text Example
White with #3F7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7359; }
p { color: rgb(63,115,89); }
H1.HeaderClassName
{
color: #3F7359;
}
.AnyTagClassName
{
color: #3F7359;
}
</style>
background-color css
<style>
a { background-color: #3F7359; }
a { background-color: rgb(63,115,89); }
div.DivClassName
{
background-color: #3F7359;
}
.BgClassName
{
background-color: #3F7359;
}
</style>
border-color css
<style>
span { border-color: #3F7359; }
span { border-color: rgb(63,115,89); }
td.TdClassName
{
border-color: #3F7359;
}
.TagClassName
{
border-color: #3F7359;
}
</style>