Shades of Grey-Asparagus #3F613D
Tints of Grey-Asparagus #3F613D
RGB
CMYK
RGB Variations
Color information
#3F613D (or 0x3F613D) is known color: Grey-Asparagus. HEX triplet: 3F, 61 and 3D. RGB value is (63,97,61). Sum of RGB (Red+Green+Blue) = 63+97+61=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #3F613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F613D is #C09EC2. Grayscale: #525252. Windows color (decimal): -12623555 or 4022591. OLE color: 4022591.
HSL color Cylindrical-coordinate representation of color #3F613D: hue angle of 116.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F613D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 61 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.62 |
| HSL | 116.67º | 0.23% | 0.31% | - |
| HSV(B) | 116.67º | 0.37% | 0.38% | - |
| XYZ | 7.17 | 9.94 | 5.96 | - |
| YUV | 82.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 61 | 0.35 | 0 | 0.37 | 0.62 | 116.67 | 0.23 | 0.31 |
| Hex | 3F | 61 | 3D | 23 | 0 | 25 | 3E | 75 | 17 | 1F |
| Octal | 77 | 141 | 75 | 43 | 0 | 45 | 76 | 165 | 27 | 37 |
| Binary | 111111 | 1100001 | 111101 | 100011 | 0 | 100101 | 111110 | 1110101 | 10111 | 11111 |
Color Harmonies of #3F613D
Complementary color
Monochromatic Colors of #3F613D
Black with #3F613D
Text Example
Text Example
White with #3F613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F613D; }
p { color: rgb(63,97,61); }
H1.HeaderClassName
{
color: #3F613D;
}
.AnyTagClassName
{
color: #3F613D;
}
</style>
background-color css
<style>
a { background-color: #3F613D; }
a { background-color: rgb(63,97,61); }
div.DivClassName
{
background-color: #3F613D;
}
.BgClassName
{
background-color: #3F613D;
}
</style>
border-color css
<style>
span { border-color: #3F613D; }
span { border-color: rgb(63,97,61); }
td.TdClassName
{
border-color: #3F613D;
}
.TagClassName
{
border-color: #3F613D;
}
</style>