Shades of Grey-Asparagus #3F4E3F
Tints of Grey-Asparagus #3F4E3F
RGB
CMYK
RGB Variations
Color information
#3F4E3F (or 0x3F4E3F) is known color: Grey-Asparagus. HEX triplet: 3F, 4E and 3F. RGB value is (63,78,63). Sum of RGB (Red+Green+Blue) = 63+78+63=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4E3F is #C0B1C0. Grayscale: #474747. Windows color (decimal): -12628417 or 4148799. OLE color: 4148799.
HSL color Cylindrical-coordinate representation of color #3F4E3F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4E3F is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 63 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.69 |
| HSL | 120º | 0.11% | 0.28% | - |
| HSV(B) | 120º | 0.19% | 0.31% | - |
| XYZ | 5.67 | 6.86 | 5.73 | - |
| YUV | 71.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 63 | 0.19 | 0 | 0.19 | 0.69 | 120 | 0.11 | 0.28 |
| Hex | 3F | 4E | 3F | 13 | 0 | 13 | 45 | 78 | B | 1C |
| Octal | 77 | 116 | 77 | 23 | 0 | 23 | 105 | 170 | 13 | 34 |
| Binary | 111111 | 1001110 | 111111 | 10011 | 0 | 10011 | 1000101 | 1111000 | 1011 | 11100 |
Color Harmonies of #3F4E3F
Complementary color
Monochromatic Colors of #3F4E3F
Black with #3F4E3F
Text Example
Text Example
White with #3F4E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E3F; }
p { color: rgb(63,78,63); }
H1.HeaderClassName
{
color: #3F4E3F;
}
.AnyTagClassName
{
color: #3F4E3F;
}
</style>
background-color css
<style>
a { background-color: #3F4E3F; }
a { background-color: rgb(63,78,63); }
div.DivClassName
{
background-color: #3F4E3F;
}
.BgClassName
{
background-color: #3F4E3F;
}
</style>
border-color css
<style>
span { border-color: #3F4E3F; }
span { border-color: rgb(63,78,63); }
td.TdClassName
{
border-color: #3F4E3F;
}
.TagClassName
{
border-color: #3F4E3F;
}
</style>