Shades of Amazon #3F7553
Tints of Amazon #3F7553
RGB
CMYK
RGB Variations
Color information
#3F7553 (or 0x3F7553) is known color: Amazon. HEX triplet: 3F, 75 and 53. RGB value is (63,117,83). Sum of RGB (Red+Green+Blue) = 63+117+83=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7553 is #C08AAC. Grayscale: #616161. Windows color (decimal): -12618413 or 5469503. OLE color: 5469503.
HSL color Cylindrical-coordinate representation of color #3F7553: hue angle of 142.22º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7553 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 83 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.54 |
| HSL | 142.22º | 0.3% | 0.35% | - |
| HSV(B) | 142.22º | 0.46% | 0.46% | - |
| XYZ | 9.97 | 14.4 | 10.44 | - |
| YUV | 96.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 83 | 0.46 | 0 | 0.29 | 0.54 | 142.22 | 0.3 | 0.35 |
| Hex | 3F | 75 | 53 | 2E | 0 | 1D | 36 | 8E | 1E | 23 |
| Octal | 77 | 165 | 123 | 56 | 0 | 35 | 66 | 216 | 36 | 43 |
| Binary | 111111 | 1110101 | 1010011 | 101110 | 0 | 11101 | 110110 | 10001110 | 11110 | 100011 |
Color Harmonies of #3F7553
Complementary color
Monochromatic Colors of #3F7553
Black with #3F7553
Text Example
Text Example
White with #3F7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7553; }
p { color: rgb(63,117,83); }
H1.HeaderClassName
{
color: #3F7553;
}
.AnyTagClassName
{
color: #3F7553;
}
</style>
background-color css
<style>
a { background-color: #3F7553; }
a { background-color: rgb(63,117,83); }
div.DivClassName
{
background-color: #3F7553;
}
.BgClassName
{
background-color: #3F7553;
}
</style>
border-color css
<style>
span { border-color: #3F7553; }
span { border-color: rgb(63,117,83); }
td.TdClassName
{
border-color: #3F7553;
}
.TagClassName
{
border-color: #3F7553;
}
</style>