Shades of Grey-Asparagus #3F563D
Tints of Grey-Asparagus #3F563D
RGB
CMYK
RGB Variations
Color information
#3F563D (or 0x3F563D) is known color: Grey-Asparagus. HEX triplet: 3F, 56 and 3D. RGB value is (63,86,61). Sum of RGB (Red+Green+Blue) = 63+86+61=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #3F563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F563D is #C0A9C2. Grayscale: #4C4C4C. Windows color (decimal): -12626371 or 4019775. OLE color: 4019775.
HSL color Cylindrical-coordinate representation of color #3F563D: hue angle of 115.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F563D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 61 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.66 |
| HSL | 115.2º | 0.17% | 0.29% | - |
| HSV(B) | 115.2º | 0.29% | 0.34% | - |
| XYZ | 6.22 | 8.05 | 5.64 | - |
| YUV | 76.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 61 | 0.27 | 0 | 0.29 | 0.66 | 115.2 | 0.17 | 0.29 |
| Hex | 3F | 56 | 3D | 1B | 0 | 1D | 42 | 73 | 11 | 1D |
| Octal | 77 | 126 | 75 | 33 | 0 | 35 | 102 | 163 | 21 | 35 |
| Binary | 111111 | 1010110 | 111101 | 11011 | 0 | 11101 | 1000010 | 1110011 | 10001 | 11101 |
Color Harmonies of #3F563D
Complementary color
Monochromatic Colors of #3F563D
Black with #3F563D
Text Example
Text Example
White with #3F563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F563D; }
p { color: rgb(63,86,61); }
H1.HeaderClassName
{
color: #3F563D;
}
.AnyTagClassName
{
color: #3F563D;
}
</style>
background-color css
<style>
a { background-color: #3F563D; }
a { background-color: rgb(63,86,61); }
div.DivClassName
{
background-color: #3F563D;
}
.BgClassName
{
background-color: #3F563D;
}
</style>
border-color css
<style>
span { border-color: #3F563D; }
span { border-color: rgb(63,86,61); }
td.TdClassName
{
border-color: #3F563D;
}
.TagClassName
{
border-color: #3F563D;
}
</style>