Shades of Grey-Asparagus #3F653D
Tints of Grey-Asparagus #3F653D
RGB
CMYK
RGB Variations
Color information
#3F653D (or 0x3F653D) is known color: Grey-Asparagus. HEX triplet: 3F, 65 and 3D. RGB value is (63,101,61). Sum of RGB (Red+Green+Blue) = 63+101+61=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #3F653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F653D is #C09AC2. Grayscale: #555555. Windows color (decimal): -12622531 or 4023615. OLE color: 4023615.
HSL color Cylindrical-coordinate representation of color #3F653D: hue angle of 117º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F653D is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 61 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.60 |
| HSL | 117º | 0.25% | 0.32% | - |
| HSV(B) | 117º | 0.4% | 0.4% | - |
| XYZ | 7.55 | 10.7 | 6.08 | - |
| YUV | 85.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 61 | 0.38 | 0 | 0.40 | 0.60 | 117 | 0.25 | 0.32 |
| Hex | 3F | 65 | 3D | 26 | 0 | 28 | 3C | 75 | 19 | 20 |
| Octal | 77 | 145 | 75 | 46 | 0 | 50 | 74 | 165 | 31 | 40 |
| Binary | 111111 | 1100101 | 111101 | 100110 | 0 | 101000 | 111100 | 1110101 | 11001 | 100000 |
Color Harmonies of #3F653D
Complementary color
Monochromatic Colors of #3F653D
Black with #3F653D
Text Example
Text Example
White with #3F653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F653D; }
p { color: rgb(63,101,61); }
H1.HeaderClassName
{
color: #3F653D;
}
.AnyTagClassName
{
color: #3F653D;
}
</style>
background-color css
<style>
a { background-color: #3F653D; }
a { background-color: rgb(63,101,61); }
div.DivClassName
{
background-color: #3F653D;
}
.BgClassName
{
background-color: #3F653D;
}
</style>
border-color css
<style>
span { border-color: #3F653D; }
span { border-color: rgb(63,101,61); }
td.TdClassName
{
border-color: #3F653D;
}
.TagClassName
{
border-color: #3F653D;
}
</style>