Shades of Grey-Asparagus #3F683F
Tints of Grey-Asparagus #3F683F
RGB
CMYK
RGB Variations
Color information
#3F683F (or 0x3F683F) is known color: Grey-Asparagus. HEX triplet: 3F, 68 and 3F. RGB value is (63,104,63). Sum of RGB (Red+Green+Blue) = 63+104+63=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #3F683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F683F is #C097C0. Grayscale: #575757. Windows color (decimal): -12621761 or 4155455. OLE color: 4155455.
HSL color Cylindrical-coordinate representation of color #3F683F: hue angle of 120º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F683F is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 63 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.59 |
| HSL | 120º | 0.25% | 0.33% | - |
| HSV(B) | 120º | 0.39% | 0.41% | - |
| XYZ | 7.9 | 11.32 | 6.47 | - |
| YUV | 87.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 63 | 0.39 | 0 | 0.39 | 0.59 | 120 | 0.25 | 0.33 |
| Hex | 3F | 68 | 3F | 27 | 0 | 27 | 3B | 78 | 19 | 21 |
| Octal | 77 | 150 | 77 | 47 | 0 | 47 | 73 | 170 | 31 | 41 |
| Binary | 111111 | 1101000 | 111111 | 100111 | 0 | 100111 | 111011 | 1111000 | 11001 | 100001 |
Color Harmonies of #3F683F
Complementary color
Monochromatic Colors of #3F683F
Black with #3F683F
Text Example
Text Example
White with #3F683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F683F; }
p { color: rgb(63,104,63); }
H1.HeaderClassName
{
color: #3F683F;
}
.AnyTagClassName
{
color: #3F683F;
}
</style>
background-color css
<style>
a { background-color: #3F683F; }
a { background-color: rgb(63,104,63); }
div.DivClassName
{
background-color: #3F683F;
}
.BgClassName
{
background-color: #3F683F;
}
</style>
border-color css
<style>
span { border-color: #3F683F; }
span { border-color: rgb(63,104,63); }
td.TdClassName
{
border-color: #3F683F;
}
.TagClassName
{
border-color: #3F683F;
}
</style>