Shades of Grey-Asparagus #3F623F
Tints of Grey-Asparagus #3F623F
RGB
CMYK
RGB Variations
Color information
#3F623F (or 0x3F623F) is known color: Grey-Asparagus. HEX triplet: 3F, 62 and 3F. RGB value is (63,98,63). Sum of RGB (Red+Green+Blue) = 63+98+63=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #3F623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F623F is #C09DC0. Grayscale: #535353. Windows color (decimal): -12623297 or 4153919. OLE color: 4153919.
HSL color Cylindrical-coordinate representation of color #3F623F: hue angle of 120º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F623F is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 63 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.62 |
| HSL | 120º | 0.22% | 0.32% | - |
| HSV(B) | 120º | 0.36% | 0.38% | - |
| XYZ | 7.31 | 10.15 | 6.28 | - |
| YUV | 83.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 63 | 0.36 | 0 | 0.36 | 0.62 | 120 | 0.22 | 0.32 |
| Hex | 3F | 62 | 3F | 24 | 0 | 24 | 3E | 78 | 16 | 20 |
| Octal | 77 | 142 | 77 | 44 | 0 | 44 | 76 | 170 | 26 | 40 |
| Binary | 111111 | 1100010 | 111111 | 100100 | 0 | 100100 | 111110 | 1111000 | 10110 | 100000 |
Color Harmonies of #3F623F
Complementary color
Monochromatic Colors of #3F623F
Black with #3F623F
Text Example
Text Example
White with #3F623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F623F; }
p { color: rgb(63,98,63); }
H1.HeaderClassName
{
color: #3F623F;
}
.AnyTagClassName
{
color: #3F623F;
}
</style>
background-color css
<style>
a { background-color: #3F623F; }
a { background-color: rgb(63,98,63); }
div.DivClassName
{
background-color: #3F623F;
}
.BgClassName
{
background-color: #3F623F;
}
</style>
border-color css
<style>
span { border-color: #3F623F; }
span { border-color: rgb(63,98,63); }
td.TdClassName
{
border-color: #3F623F;
}
.TagClassName
{
border-color: #3F623F;
}
</style>