Shades of Amazon #3F7655
Tints of Amazon #3F7655
RGB
CMYK
RGB Variations
Color information
#3F7655 (or 0x3F7655) is known color: Amazon. HEX triplet: 3F, 76 and 55. RGB value is (63,118,85). Sum of RGB (Red+Green+Blue) = 63+118+85=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7655 is #C089AA. Grayscale: #616161. Windows color (decimal): -12618155 or 5600831. OLE color: 5600831.
HSL color Cylindrical-coordinate representation of color #3F7655: hue angle of 144º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7655 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 85 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.54 |
| HSL | 144º | 0.3% | 0.35% | - |
| HSV(B) | 144º | 0.47% | 0.46% | - |
| XYZ | 10.17 | 14.67 | 10.89 | - |
| YUV | 97.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 85 | 0.47 | 0 | 0.28 | 0.54 | 144 | 0.3 | 0.35 |
| Hex | 3F | 76 | 55 | 2F | 0 | 1C | 36 | 90 | 1E | 23 |
| Octal | 77 | 166 | 125 | 57 | 0 | 34 | 66 | 220 | 36 | 43 |
| Binary | 111111 | 1110110 | 1010101 | 101111 | 0 | 11100 | 110110 | 10010000 | 11110 | 100011 |
Color Harmonies of #3F7655
Complementary color
Monochromatic Colors of #3F7655
Black with #3F7655
Text Example
Text Example
White with #3F7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7655; }
p { color: rgb(63,118,85); }
H1.HeaderClassName
{
color: #3F7655;
}
.AnyTagClassName
{
color: #3F7655;
}
</style>
background-color css
<style>
a { background-color: #3F7655; }
a { background-color: rgb(63,118,85); }
div.DivClassName
{
background-color: #3F7655;
}
.BgClassName
{
background-color: #3F7655;
}
</style>
border-color css
<style>
span { border-color: #3F7655; }
span { border-color: rgb(63,118,85); }
td.TdClassName
{
border-color: #3F7655;
}
.TagClassName
{
border-color: #3F7655;
}
</style>