Shades of Amazon #3F795D
Tints of Amazon #3F795D
RGB
CMYK
RGB Variations
Color information
#3F795D (or 0x3F795D) is known color: Amazon. HEX triplet: 3F, 79 and 5D. RGB value is (63,121,93). Sum of RGB (Red+Green+Blue) = 63+121+93=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #3F795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F795D is #C086A2. Grayscale: #646464. Windows color (decimal): -12617379 or 6125887. OLE color: 6125887.
HSL color Cylindrical-coordinate representation of color #3F795D: hue angle of 151.03º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F795D is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 121 | 93 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.53 |
| HSL | 151.03º | 0.32% | 0.36% | - |
| HSV(B) | 151.03º | 0.48% | 0.47% | - |
| XYZ | 10.86 | 15.52 | 12.78 | - |
| YUV | 100.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 93 | 0.48 | 0 | 0.23 | 0.53 | 151.03 | 0.32 | 0.36 |
| Hex | 3F | 79 | 5D | 30 | 0 | 17 | 35 | 97 | 20 | 24 |
| Octal | 77 | 171 | 135 | 60 | 0 | 27 | 65 | 227 | 40 | 44 |
| Binary | 111111 | 1111001 | 1011101 | 110000 | 0 | 10111 | 110101 | 10010111 | 100000 | 100100 |
Color Harmonies of #3F795D
Complementary color
Monochromatic Colors of #3F795D
Black with #3F795D
Text Example
Text Example
White with #3F795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F795D; }
p { color: rgb(63,121,93); }
H1.HeaderClassName
{
color: #3F795D;
}
.AnyTagClassName
{
color: #3F795D;
}
</style>
background-color css
<style>
a { background-color: #3F795D; }
a { background-color: rgb(63,121,93); }
div.DivClassName
{
background-color: #3F795D;
}
.BgClassName
{
background-color: #3F795D;
}
</style>
border-color css
<style>
span { border-color: #3F795D; }
span { border-color: rgb(63,121,93); }
td.TdClassName
{
border-color: #3F795D;
}
.TagClassName
{
border-color: #3F795D;
}
</style>