Shades of Grey-Asparagus #3F5140
Tints of Grey-Asparagus #3F5140
RGB
CMYK
RGB Variations
Color information
#3F5140 (or 0x3F5140) is known color: Grey-Asparagus. HEX triplet: 3F, 51 and 40. RGB value is (63,81,64). Sum of RGB (Red+Green+Blue) = 63+81+64=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5140 is #C0AEBF. Grayscale: #494949. Windows color (decimal): -12627648 or 4215103. OLE color: 4215103.
HSL color Cylindrical-coordinate representation of color #3F5140: hue angle of 123.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F5140 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 64 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.68 |
| HSL | 123.33º | 0.13% | 0.28% | - |
| HSV(B) | 123.33º | 0.22% | 0.32% | - |
| XYZ | 5.92 | 7.31 | 5.95 | - |
| YUV | 73.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 64 | 0.22 | 0 | 0.21 | 0.68 | 123.33 | 0.13 | 0.28 |
| Hex | 3F | 51 | 40 | 16 | 0 | 15 | 44 | 7B | C | 1C |
| Octal | 77 | 121 | 100 | 26 | 0 | 25 | 104 | 173 | 14 | 34 |
| Binary | 111111 | 1010001 | 1000000 | 10110 | 0 | 10101 | 1000100 | 1111011 | 1100 | 11100 |
Color Harmonies of #3F5140
Complementary color
Monochromatic Colors of #3F5140
Black with #3F5140
Text Example
Text Example
White with #3F5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5140; }
p { color: rgb(63,81,64); }
H1.HeaderClassName
{
color: #3F5140;
}
.AnyTagClassName
{
color: #3F5140;
}
</style>
background-color css
<style>
a { background-color: #3F5140; }
a { background-color: rgb(63,81,64); }
div.DivClassName
{
background-color: #3F5140;
}
.BgClassName
{
background-color: #3F5140;
}
</style>
border-color css
<style>
span { border-color: #3F5140; }
span { border-color: rgb(63,81,64); }
td.TdClassName
{
border-color: #3F5140;
}
.TagClassName
{
border-color: #3F5140;
}
</style>