Shades of Amazon #3F7754
Tints of Amazon #3F7754
RGB
CMYK
RGB Variations
Color information
#3F7754 (or 0x3F7754) is known color: Amazon. HEX triplet: 3F, 77 and 54. RGB value is (63,119,84). Sum of RGB (Red+Green+Blue) = 63+119+84=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7754 is #C088AB. Grayscale: #626262. Windows color (decimal): -12617900 or 5535551. OLE color: 5535551.
HSL color Cylindrical-coordinate representation of color #3F7754: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7754 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 84 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.53 |
| HSL | 142.5º | 0.31% | 0.36% | - |
| HSV(B) | 142.5º | 0.47% | 0.47% | - |
| XYZ | 10.25 | 14.89 | 10.72 | - |
| YUV | 98.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 84 | 0.47 | 0 | 0.29 | 0.53 | 142.5 | 0.31 | 0.36 |
| Hex | 3F | 77 | 54 | 2F | 0 | 1D | 35 | 8E | 1F | 24 |
| Octal | 77 | 167 | 124 | 57 | 0 | 35 | 65 | 216 | 37 | 44 |
| Binary | 111111 | 1110111 | 1010100 | 101111 | 0 | 11101 | 110101 | 10001110 | 11111 | 100100 |
Color Harmonies of #3F7754
Complementary color
Monochromatic Colors of #3F7754
Black with #3F7754
Text Example
Text Example
White with #3F7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7754; }
p { color: rgb(63,119,84); }
H1.HeaderClassName
{
color: #3F7754;
}
.AnyTagClassName
{
color: #3F7754;
}
</style>
background-color css
<style>
a { background-color: #3F7754; }
a { background-color: rgb(63,119,84); }
div.DivClassName
{
background-color: #3F7754;
}
.BgClassName
{
background-color: #3F7754;
}
</style>
border-color css
<style>
span { border-color: #3F7754; }
span { border-color: rgb(63,119,84); }
td.TdClassName
{
border-color: #3F7754;
}
.TagClassName
{
border-color: #3F7754;
}
</style>