Shades of Grey-Asparagus #3F663D
Tints of Grey-Asparagus #3F663D
RGB
CMYK
RGB Variations
Color information
#3F663D (or 0x3F663D) is known color: Grey-Asparagus. HEX triplet: 3F, 66 and 3D. RGB value is (63,102,61). Sum of RGB (Red+Green+Blue) = 63+102+61=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #3F663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F663D is #C099C2. Grayscale: #555555. Windows color (decimal): -12622275 or 4023871. OLE color: 4023871.
HSL color Cylindrical-coordinate representation of color #3F663D: hue angle of 117.07º 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 #3F663D is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 61 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.6 |
| HSL | 117.07º | 0.25% | 0.32% | - |
| HSV(B) | 117.07º | 0.4% | 0.4% | - |
| XYZ | 7.64 | 10.9 | 6.12 | - |
| YUV | 85.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 61 | 0.38 | 0 | 0.40 | 0.6 | 117.07 | 0.25 | 0.32 |
| Hex | 3F | 66 | 3D | 26 | 0 | 28 | 3C | 75 | 19 | 20 |
| Octal | 77 | 146 | 75 | 46 | 0 | 50 | 74 | 165 | 31 | 40 |
| Binary | 111111 | 1100110 | 111101 | 100110 | 0 | 101000 | 111100 | 1110101 | 11001 | 100000 |
Color Harmonies of #3F663D
Complementary color
Monochromatic Colors of #3F663D
Black with #3F663D
Text Example
Text Example
White with #3F663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F663D; }
p { color: rgb(63,102,61); }
H1.HeaderClassName
{
color: #3F663D;
}
.AnyTagClassName
{
color: #3F663D;
}
</style>
background-color css
<style>
a { background-color: #3F663D; }
a { background-color: rgb(63,102,61); }
div.DivClassName
{
background-color: #3F663D;
}
.BgClassName
{
background-color: #3F663D;
}
</style>
border-color css
<style>
span { border-color: #3F663D; }
span { border-color: rgb(63,102,61); }
td.TdClassName
{
border-color: #3F663D;
}
.TagClassName
{
border-color: #3F663D;
}
</style>