Shades of Grey-Asparagus #3F603C
Tints of Grey-Asparagus #3F603C
RGB
CMYK
RGB Variations
Color information
#3F603C (or 0x3F603C) is known color: Grey-Asparagus. HEX triplet: 3F, 60 and 3C. RGB value is (63,96,60). Sum of RGB (Red+Green+Blue) = 63+96+60=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #3F603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F603C is #C09FC3. Grayscale: #525252. Windows color (decimal): -12623812 or 3956799. OLE color: 3956799.
HSL color Cylindrical-coordinate representation of color #3F603C: hue angle of 115º 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 #3F603C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 60 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.62 |
| HSL | 115º | 0.23% | 0.31% | - |
| HSV(B) | 115º | 0.38% | 0.38% | - |
| XYZ | 7.05 | 9.75 | 5.79 | - |
| YUV | 82.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 60 | 0.34 | 0 | 0.38 | 0.62 | 115 | 0.23 | 0.31 |
| Hex | 3F | 60 | 3C | 22 | 0 | 26 | 3E | 73 | 17 | 1F |
| Octal | 77 | 140 | 74 | 42 | 0 | 46 | 76 | 163 | 27 | 37 |
| Binary | 111111 | 1100000 | 111100 | 100010 | 0 | 100110 | 111110 | 1110011 | 10111 | 11111 |
Color Harmonies of #3F603C
Complementary color
Monochromatic Colors of #3F603C
Black with #3F603C
Text Example
Text Example
White with #3F603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F603C; }
p { color: rgb(63,96,60); }
H1.HeaderClassName
{
color: #3F603C;
}
.AnyTagClassName
{
color: #3F603C;
}
</style>
background-color css
<style>
a { background-color: #3F603C; }
a { background-color: rgb(63,96,60); }
div.DivClassName
{
background-color: #3F603C;
}
.BgClassName
{
background-color: #3F603C;
}
</style>
border-color css
<style>
span { border-color: #3F603C; }
span { border-color: rgb(63,96,60); }
td.TdClassName
{
border-color: #3F603C;
}
.TagClassName
{
border-color: #3F603C;
}
</style>