Shades of Amazon #3F775F
Tints of Amazon #3F775F
RGB
CMYK
RGB Variations
Color information
#3F775F (or 0x3F775F) is known color: Amazon. HEX triplet: 3F, 77 and 5F. RGB value is (63,119,95). Sum of RGB (Red+Green+Blue) = 63+119+95=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775F is #C088A0. Grayscale: #636363. Windows color (decimal): -12617889 or 6256447. OLE color: 6256447.
HSL color Cylindrical-coordinate representation of color #3F775F: hue angle of 154.29º 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 #3F775F is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 95 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.53 |
| HSL | 154.29º | 0.31% | 0.36% | - |
| HSV(B) | 154.29º | 0.47% | 0.47% | - |
| XYZ | 10.71 | 15.08 | 13.17 | - |
| YUV | 99.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 95 | 0.47 | 0 | 0.20 | 0.53 | 154.29 | 0.31 | 0.36 |
| Hex | 3F | 77 | 5F | 2F | 0 | 14 | 35 | 9A | 1F | 24 |
| Octal | 77 | 167 | 137 | 57 | 0 | 24 | 65 | 232 | 37 | 44 |
| Binary | 111111 | 1110111 | 1011111 | 101111 | 0 | 10100 | 110101 | 10011010 | 11111 | 100100 |
Color Harmonies of #3F775F
Complementary color
Monochromatic Colors of #3F775F
Black with #3F775F
Text Example
Text Example
White with #3F775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F775F; }
p { color: rgb(63,119,95); }
H1.HeaderClassName
{
color: #3F775F;
}
.AnyTagClassName
{
color: #3F775F;
}
</style>
background-color css
<style>
a { background-color: #3F775F; }
a { background-color: rgb(63,119,95); }
div.DivClassName
{
background-color: #3F775F;
}
.BgClassName
{
background-color: #3F775F;
}
</style>
border-color css
<style>
span { border-color: #3F775F; }
span { border-color: rgb(63,119,95); }
td.TdClassName
{
border-color: #3F775F;
}
.TagClassName
{
border-color: #3F775F;
}
</style>