Shades of Grey-Asparagus #3F603F
Tints of Grey-Asparagus #3F603F
RGB
CMYK
RGB Variations
Color information
#3F603F (or 0x3F603F) is known color: Grey-Asparagus. HEX triplet: 3F, 60 and 3F. RGB value is (63,96,63). Sum of RGB (Red+Green+Blue) = 63+96+63=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #3F603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F603F is #C09FC0. Grayscale: #525252. Windows color (decimal): -12623809 or 4153407. OLE color: 4153407.
HSL color Cylindrical-coordinate representation of color #3F603F: hue angle of 120º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F603F is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 63 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.62 |
| HSL | 120º | 0.21% | 0.31% | - |
| HSV(B) | 120º | 0.34% | 0.38% | - |
| XYZ | 7.13 | 9.78 | 6.21 | - |
| YUV | 82.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 63 | 0.34 | 0 | 0.34 | 0.62 | 120 | 0.21 | 0.31 |
| Hex | 3F | 60 | 3F | 22 | 0 | 22 | 3E | 78 | 15 | 1F |
| Octal | 77 | 140 | 77 | 42 | 0 | 42 | 76 | 170 | 25 | 37 |
| Binary | 111111 | 1100000 | 111111 | 100010 | 0 | 100010 | 111110 | 1111000 | 10101 | 11111 |
Color Harmonies of #3F603F
Complementary color
Monochromatic Colors of #3F603F
Black with #3F603F
Text Example
Text Example
White with #3F603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F603F; }
p { color: rgb(63,96,63); }
H1.HeaderClassName
{
color: #3F603F;
}
.AnyTagClassName
{
color: #3F603F;
}
</style>
background-color css
<style>
a { background-color: #3F603F; }
a { background-color: rgb(63,96,63); }
div.DivClassName
{
background-color: #3F603F;
}
.BgClassName
{
background-color: #3F603F;
}
</style>
border-color css
<style>
span { border-color: #3F603F; }
span { border-color: rgb(63,96,63); }
td.TdClassName
{
border-color: #3F603F;
}
.TagClassName
{
border-color: #3F603F;
}
</style>