Shades of Grey-Asparagus #3F613F
Tints of Grey-Asparagus #3F613F
RGB
CMYK
RGB Variations
Color information
#3F613F (or 0x3F613F) is known color: Grey-Asparagus. HEX triplet: 3F, 61 and 3F. RGB value is (63,97,63). Sum of RGB (Red+Green+Blue) = 63+97+63=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #3F613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F613F is #C09EC0. Grayscale: #535353. Windows color (decimal): -12623553 or 4153663. OLE color: 4153663.
HSL color Cylindrical-coordinate representation of color #3F613F: hue angle of 120º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F613F is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 63 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.62 |
| HSL | 120º | 0.21% | 0.31% | - |
| HSV(B) | 120º | 0.35% | 0.38% | - |
| XYZ | 7.22 | 9.97 | 6.25 | - |
| YUV | 82.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 63 | 0.35 | 0 | 0.35 | 0.62 | 120 | 0.21 | 0.31 |
| Hex | 3F | 61 | 3F | 23 | 0 | 23 | 3E | 78 | 15 | 1F |
| Octal | 77 | 141 | 77 | 43 | 0 | 43 | 76 | 170 | 25 | 37 |
| Binary | 111111 | 1100001 | 111111 | 100011 | 0 | 100011 | 111110 | 1111000 | 10101 | 11111 |
Color Harmonies of #3F613F
Complementary color
Monochromatic Colors of #3F613F
Black with #3F613F
Text Example
Text Example
White with #3F613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F613F; }
p { color: rgb(63,97,63); }
H1.HeaderClassName
{
color: #3F613F;
}
.AnyTagClassName
{
color: #3F613F;
}
</style>
background-color css
<style>
a { background-color: #3F613F; }
a { background-color: rgb(63,97,63); }
div.DivClassName
{
background-color: #3F613F;
}
.BgClassName
{
background-color: #3F613F;
}
</style>
border-color css
<style>
span { border-color: #3F613F; }
span { border-color: rgb(63,97,63); }
td.TdClassName
{
border-color: #3F613F;
}
.TagClassName
{
border-color: #3F613F;
}
</style>