Shades of Grey-Asparagus #3F503F
Tints of Grey-Asparagus #3F503F
RGB
CMYK
RGB Variations
Color information
#3F503F (or 0x3F503F) is known color: Grey-Asparagus. HEX triplet: 3F, 50 and 3F. RGB value is (63,80,63). Sum of RGB (Red+Green+Blue) = 63+80+63=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #3F503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F503F is #C0AFC0. Grayscale: #494949. Windows color (decimal): -12627905 or 4149311. OLE color: 4149311.
HSL color Cylindrical-coordinate representation of color #3F503F: hue angle of 120º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F503F is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 63 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.69 |
| HSL | 120º | 0.12% | 0.28% | - |
| HSV(B) | 120º | 0.21% | 0.31% | - |
| XYZ | 5.82 | 7.15 | 5.78 | - |
| YUV | 72.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 63 | 0.21 | 0 | 0.21 | 0.69 | 120 | 0.12 | 0.28 |
| Hex | 3F | 50 | 3F | 15 | 0 | 15 | 45 | 78 | C | 1C |
| Octal | 77 | 120 | 77 | 25 | 0 | 25 | 105 | 170 | 14 | 34 |
| Binary | 111111 | 1010000 | 111111 | 10101 | 0 | 10101 | 1000101 | 1111000 | 1100 | 11100 |
Color Harmonies of #3F503F
Complementary color
Monochromatic Colors of #3F503F
Black with #3F503F
Text Example
Text Example
White with #3F503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F503F; }
p { color: rgb(63,80,63); }
H1.HeaderClassName
{
color: #3F503F;
}
.AnyTagClassName
{
color: #3F503F;
}
</style>
background-color css
<style>
a { background-color: #3F503F; }
a { background-color: rgb(63,80,63); }
div.DivClassName
{
background-color: #3F503F;
}
.BgClassName
{
background-color: #3F503F;
}
</style>
border-color css
<style>
span { border-color: #3F503F; }
span { border-color: rgb(63,80,63); }
td.TdClassName
{
border-color: #3F503F;
}
.TagClassName
{
border-color: #3F503F;
}
</style>