Shades of Amazon #3F7A51
Tints of Amazon #3F7A51
RGB
CMYK
RGB Variations
Color information
#3F7A51 (or 0x3F7A51) is known color: Amazon. HEX triplet: 3F, 7A and 51. RGB value is (63,122,81). Sum of RGB (Red+Green+Blue) = 63+122+81=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #3F7A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7A51 is #C085AE. Grayscale: #636363. Windows color (decimal): -12617135 or 5339711. OLE color: 5339711.
HSL color Cylindrical-coordinate representation of color #3F7A51: hue angle of 138.31º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F7A51 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 122 | 81 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.52 |
| HSL | 138.31º | 0.32% | 0.36% | - |
| HSV(B) | 138.31º | 0.48% | 0.48% | - |
| XYZ | 10.49 | 15.57 | 10.24 | - |
| YUV | 99.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 81 | 0.48 | 0 | 0.34 | 0.52 | 138.31 | 0.32 | 0.36 |
| Hex | 3F | 7A | 51 | 30 | 0 | 22 | 34 | 8A | 20 | 24 |
| Octal | 77 | 172 | 121 | 60 | 0 | 42 | 64 | 212 | 40 | 44 |
| Binary | 111111 | 1111010 | 1010001 | 110000 | 0 | 100010 | 110100 | 10001010 | 100000 | 100100 |
Color Harmonies of #3F7A51
Complementary color
Monochromatic Colors of #3F7A51
Black with #3F7A51
Text Example
Text Example
White with #3F7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A51; }
p { color: rgb(63,122,81); }
H1.HeaderClassName
{
color: #3F7A51;
}
.AnyTagClassName
{
color: #3F7A51;
}
</style>
background-color css
<style>
a { background-color: #3F7A51; }
a { background-color: rgb(63,122,81); }
div.DivClassName
{
background-color: #3F7A51;
}
.BgClassName
{
background-color: #3F7A51;
}
</style>
border-color css
<style>
span { border-color: #3F7A51; }
span { border-color: rgb(63,122,81); }
td.TdClassName
{
border-color: #3F7A51;
}
.TagClassName
{
border-color: #3F7A51;
}
</style>