Shades of Amazon #3F714E
Tints of Amazon #3F714E
RGB
CMYK
RGB Variations
Color information
#3F714E (or 0x3F714E) is known color: Amazon. HEX triplet: 3F, 71 and 4E. RGB value is (63,113,78). Sum of RGB (Red+Green+Blue) = 63+113+78=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #3F714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F714E is #C08EB1. Grayscale: #5E5E5E. Windows color (decimal): -12619442 or 5140799. OLE color: 5140799.
HSL color Cylindrical-coordinate representation of color #3F714E: hue angle of 138º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F714E is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 78 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.56 |
| HSL | 138º | 0.28% | 0.35% | - |
| HSV(B) | 138º | 0.44% | 0.44% | - |
| XYZ | 9.33 | 13.42 | 9.31 | - |
| YUV | 94.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 78 | 0.44 | 0 | 0.31 | 0.56 | 138 | 0.28 | 0.35 |
| Hex | 3F | 71 | 4E | 2C | 0 | 1F | 38 | 8A | 1C | 23 |
| Octal | 77 | 161 | 116 | 54 | 0 | 37 | 70 | 212 | 34 | 43 |
| Binary | 111111 | 1110001 | 1001110 | 101100 | 0 | 11111 | 111000 | 10001010 | 11100 | 100011 |
Color Harmonies of #3F714E
Complementary color
Monochromatic Colors of #3F714E
Black with #3F714E
Text Example
Text Example
White with #3F714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F714E; }
p { color: rgb(63,113,78); }
H1.HeaderClassName
{
color: #3F714E;
}
.AnyTagClassName
{
color: #3F714E;
}
</style>
background-color css
<style>
a { background-color: #3F714E; }
a { background-color: rgb(63,113,78); }
div.DivClassName
{
background-color: #3F714E;
}
.BgClassName
{
background-color: #3F714E;
}
</style>
border-color css
<style>
span { border-color: #3F714E; }
span { border-color: rgb(63,113,78); }
td.TdClassName
{
border-color: #3F714E;
}
.TagClassName
{
border-color: #3F714E;
}
</style>