Shades of Grey-Asparagus #3F623D
Tints of Grey-Asparagus #3F623D
RGB
CMYK
RGB Variations
Color information
#3F623D (or 0x3F623D) is known color: Grey-Asparagus. HEX triplet: 3F, 62 and 3D. RGB value is (63,98,61). Sum of RGB (Red+Green+Blue) = 63+98+61=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #3F623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F623D is #C09DC2. Grayscale: #535353. Windows color (decimal): -12623299 or 4022847. OLE color: 4022847.
HSL color Cylindrical-coordinate representation of color #3F623D: hue angle of 116.76º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F623D is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 61 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.62 |
| HSL | 116.76º | 0.23% | 0.31% | - |
| HSV(B) | 116.76º | 0.38% | 0.38% | - |
| XYZ | 7.26 | 10.13 | 5.99 | - |
| YUV | 83.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 61 | 0.36 | 0 | 0.38 | 0.62 | 116.76 | 0.23 | 0.31 |
| Hex | 3F | 62 | 3D | 24 | 0 | 26 | 3E | 75 | 17 | 1F |
| Octal | 77 | 142 | 75 | 44 | 0 | 46 | 76 | 165 | 27 | 37 |
| Binary | 111111 | 1100010 | 111101 | 100100 | 0 | 100110 | 111110 | 1110101 | 10111 | 11111 |
Color Harmonies of #3F623D
Complementary color
Monochromatic Colors of #3F623D
Black with #3F623D
Text Example
Text Example
White with #3F623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F623D; }
p { color: rgb(63,98,61); }
H1.HeaderClassName
{
color: #3F623D;
}
.AnyTagClassName
{
color: #3F623D;
}
</style>
background-color css
<style>
a { background-color: #3F623D; }
a { background-color: rgb(63,98,61); }
div.DivClassName
{
background-color: #3F623D;
}
.BgClassName
{
background-color: #3F623D;
}
</style>
border-color css
<style>
span { border-color: #3F623D; }
span { border-color: rgb(63,98,61); }
td.TdClassName
{
border-color: #3F623D;
}
.TagClassName
{
border-color: #3F623D;
}
</style>