Shades of Amazon #3F7450
Tints of Amazon #3F7450
RGB
CMYK
RGB Variations
Color information
#3F7450 (or 0x3F7450) is known color: Amazon. HEX triplet: 3F, 74 and 50. RGB value is (63,116,80). Sum of RGB (Red+Green+Blue) = 63+116+80=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7450 is #C08BAF. Grayscale: #606060. Windows color (decimal): -12618672 or 5272639. OLE color: 5272639.
HSL color Cylindrical-coordinate representation of color #3F7450: hue angle of 139.25º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7450 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 80 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.55 |
| HSL | 139.25º | 0.3% | 0.35% | - |
| HSV(B) | 139.25º | 0.46% | 0.45% | - |
| XYZ | 9.74 | 14.13 | 9.8 | - |
| YUV | 96.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 80 | 0.46 | 0 | 0.31 | 0.55 | 139.25 | 0.3 | 0.35 |
| Hex | 3F | 74 | 50 | 2E | 0 | 1F | 37 | 8B | 1E | 23 |
| Octal | 77 | 164 | 120 | 56 | 0 | 37 | 67 | 213 | 36 | 43 |
| Binary | 111111 | 1110100 | 1010000 | 101110 | 0 | 11111 | 110111 | 10001011 | 11110 | 100011 |
Color Harmonies of #3F7450
Complementary color
Monochromatic Colors of #3F7450
Black with #3F7450
Text Example
Text Example
White with #3F7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7450; }
p { color: rgb(63,116,80); }
H1.HeaderClassName
{
color: #3F7450;
}
.AnyTagClassName
{
color: #3F7450;
}
</style>
background-color css
<style>
a { background-color: #3F7450; }
a { background-color: rgb(63,116,80); }
div.DivClassName
{
background-color: #3F7450;
}
.BgClassName
{
background-color: #3F7450;
}
</style>
border-color css
<style>
span { border-color: #3F7450; }
span { border-color: rgb(63,116,80); }
td.TdClassName
{
border-color: #3F7450;
}
.TagClassName
{
border-color: #3F7450;
}
</style>