Shades of Amazon #3F775D
Tints of Amazon #3F775D
RGB
CMYK
RGB Variations
Color information
#3F775D (or 0x3F775D) is known color: Amazon. HEX triplet: 3F, 77 and 5D. RGB value is (63,119,93). Sum of RGB (Red+Green+Blue) = 63+119+93=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775D is #C088A2. Grayscale: #636363. Windows color (decimal): -12617891 or 6125375. OLE color: 6125375.
HSL color Cylindrical-coordinate representation of color #3F775D: hue angle of 152.14º 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 #3F775D is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 93 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.53 |
| HSL | 152.14º | 0.31% | 0.36% | - |
| HSV(B) | 152.14º | 0.47% | 0.47% | - |
| XYZ | 10.62 | 15.04 | 12.7 | - |
| YUV | 99.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 93 | 0.47 | 0 | 0.22 | 0.53 | 152.14 | 0.31 | 0.36 |
| Hex | 3F | 77 | 5D | 2F | 0 | 16 | 35 | 98 | 1F | 24 |
| Octal | 77 | 167 | 135 | 57 | 0 | 26 | 65 | 230 | 37 | 44 |
| Binary | 111111 | 1110111 | 1011101 | 101111 | 0 | 10110 | 110101 | 10011000 | 11111 | 100100 |
Color Harmonies of #3F775D
Complementary color
Monochromatic Colors of #3F775D
Black with #3F775D
Text Example
Text Example
White with #3F775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F775D; }
p { color: rgb(63,119,93); }
H1.HeaderClassName
{
color: #3F775D;
}
.AnyTagClassName
{
color: #3F775D;
}
</style>
background-color css
<style>
a { background-color: #3F775D; }
a { background-color: rgb(63,119,93); }
div.DivClassName
{
background-color: #3F775D;
}
.BgClassName
{
background-color: #3F775D;
}
</style>
border-color css
<style>
span { border-color: #3F775D; }
span { border-color: rgb(63,119,93); }
td.TdClassName
{
border-color: #3F775D;
}
.TagClassName
{
border-color: #3F775D;
}
</style>