Shades of Amazon #3F7B53
Tints of Amazon #3F7B53
RGB
CMYK
RGB Variations
Color information
#3F7B53 (or 0x3F7B53) is known color: Amazon. HEX triplet: 3F, 7B and 53. RGB value is (63,123,83). Sum of RGB (Red+Green+Blue) = 63+123+83=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #3F7B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7B53 is #C084AC. Grayscale: #646464. Windows color (decimal): -12616877 or 5471039. OLE color: 5471039.
HSL color Cylindrical-coordinate representation of color #3F7B53: hue angle of 140º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7B53 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 123 | 83 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.52 |
| HSL | 140º | 0.32% | 0.36% | - |
| HSV(B) | 140º | 0.49% | 0.48% | - |
| XYZ | 10.69 | 15.85 | 10.68 | - |
| YUV | 100.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 123 | 83 | 0.49 | 0 | 0.33 | 0.52 | 140 | 0.32 | 0.36 |
| Hex | 3F | 7B | 53 | 31 | 0 | 21 | 34 | 8C | 20 | 24 |
| Octal | 77 | 173 | 123 | 61 | 0 | 41 | 64 | 214 | 40 | 44 |
| Binary | 111111 | 1111011 | 1010011 | 110001 | 0 | 100001 | 110100 | 10001100 | 100000 | 100100 |
Color Harmonies of #3F7B53
Complementary color
Monochromatic Colors of #3F7B53
Black with #3F7B53
Text Example
Text Example
White with #3F7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7B53; }
p { color: rgb(63,123,83); }
H1.HeaderClassName
{
color: #3F7B53;
}
.AnyTagClassName
{
color: #3F7B53;
}
</style>
background-color css
<style>
a { background-color: #3F7B53; }
a { background-color: rgb(63,123,83); }
div.DivClassName
{
background-color: #3F7B53;
}
.BgClassName
{
background-color: #3F7B53;
}
</style>
border-color css
<style>
span { border-color: #3F7B53; }
span { border-color: rgb(63,123,83); }
td.TdClassName
{
border-color: #3F7B53;
}
.TagClassName
{
border-color: #3F7B53;
}
</style>