Shades of Amazon #3F755E
Tints of Amazon #3F755E
RGB
CMYK
RGB Variations
Color information
#3F755E (or 0x3F755E) is known color: Amazon. HEX triplet: 3F, 75 and 5E. RGB value is (63,117,94). Sum of RGB (Red+Green+Blue) = 63+117+94=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755E is #C08AA1. Grayscale: #626262. Windows color (decimal): -12618402 or 6190399. OLE color: 6190399.
HSL color Cylindrical-coordinate representation of color #3F755E: hue angle of 154.44º 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 #3F755E is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 94 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.54 |
| HSL | 154.44º | 0.3% | 0.35% | - |
| HSV(B) | 154.44º | 0.46% | 0.46% | - |
| XYZ | 10.43 | 14.59 | 12.86 | - |
| YUV | 98.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 94 | 0.46 | 0 | 0.20 | 0.54 | 154.44 | 0.3 | 0.35 |
| Hex | 3F | 75 | 5E | 2E | 0 | 14 | 36 | 9A | 1E | 23 |
| Octal | 77 | 165 | 136 | 56 | 0 | 24 | 66 | 232 | 36 | 43 |
| Binary | 111111 | 1110101 | 1011110 | 101110 | 0 | 10100 | 110110 | 10011010 | 11110 | 100011 |
Color Harmonies of #3F755E
Complementary color
Monochromatic Colors of #3F755E
Black with #3F755E
Text Example
Text Example
White with #3F755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F755E; }
p { color: rgb(63,117,94); }
H1.HeaderClassName
{
color: #3F755E;
}
.AnyTagClassName
{
color: #3F755E;
}
</style>
background-color css
<style>
a { background-color: #3F755E; }
a { background-color: rgb(63,117,94); }
div.DivClassName
{
background-color: #3F755E;
}
.BgClassName
{
background-color: #3F755E;
}
</style>
border-color css
<style>
span { border-color: #3F755E; }
span { border-color: rgb(63,117,94); }
td.TdClassName
{
border-color: #3F755E;
}
.TagClassName
{
border-color: #3F755E;
}
</style>