Shades of Amazon #3F6F50
Tints of Amazon #3F6F50
RGB
CMYK
RGB Variations
Color information
#3F6F50 (or 0x3F6F50) is known color: Amazon. HEX triplet: 3F, 6F and 50. RGB value is (63,111,80). Sum of RGB (Red+Green+Blue) = 63+111+80=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F50 is #C090AF. Grayscale: #5D5D5D. Windows color (decimal): -12619952 or 5271359. OLE color: 5271359.
HSL color Cylindrical-coordinate representation of color #3F6F50: hue angle of 141.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F50 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 80 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.56 |
| HSL | 141.25º | 0.28% | 0.34% | - |
| HSV(B) | 141.25º | 0.43% | 0.44% | - |
| XYZ | 9.18 | 13 | 9.62 | - |
| YUV | 93.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 80 | 0.43 | 0 | 0.28 | 0.56 | 141.25 | 0.28 | 0.34 |
| Hex | 3F | 6F | 50 | 2B | 0 | 1C | 38 | 8D | 1C | 22 |
| Octal | 77 | 157 | 120 | 53 | 0 | 34 | 70 | 215 | 34 | 42 |
| Binary | 111111 | 1101111 | 1010000 | 101011 | 0 | 11100 | 111000 | 10001101 | 11100 | 100010 |
Color Harmonies of #3F6F50
Complementary color
Monochromatic Colors of #3F6F50
Black with #3F6F50
Text Example
Text Example
White with #3F6F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F50; }
p { color: rgb(63,111,80); }
H1.HeaderClassName
{
color: #3F6F50;
}
.AnyTagClassName
{
color: #3F6F50;
}
</style>
background-color css
<style>
a { background-color: #3F6F50; }
a { background-color: rgb(63,111,80); }
div.DivClassName
{
background-color: #3F6F50;
}
.BgClassName
{
background-color: #3F6F50;
}
</style>
border-color css
<style>
span { border-color: #3F6F50; }
span { border-color: rgb(63,111,80); }
td.TdClassName
{
border-color: #3F6F50;
}
.TagClassName
{
border-color: #3F6F50;
}
</style>