Shades of Grey-Asparagus #3F543F
Tints of Grey-Asparagus #3F543F
RGB
CMYK
RGB Variations
Color information
#3F543F (or 0x3F543F) is known color: Grey-Asparagus. HEX triplet: 3F, 54 and 3F. RGB value is (63,84,63). Sum of RGB (Red+Green+Blue) = 63+84+63=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #3F543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F543F is #C0ABC0. Grayscale: #4B4B4B. Windows color (decimal): -12626881 or 4150335. OLE color: 4150335.
HSL color Cylindrical-coordinate representation of color #3F543F: hue angle of 120º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F543F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 63 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.67 |
| HSL | 120º | 0.14% | 0.29% | - |
| HSV(B) | 120º | 0.25% | 0.33% | - |
| XYZ | 6.12 | 7.76 | 5.88 | - |
| YUV | 75.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 63 | 0.25 | 0 | 0.25 | 0.67 | 120 | 0.14 | 0.29 |
| Hex | 3F | 54 | 3F | 19 | 0 | 19 | 43 | 78 | E | 1D |
| Octal | 77 | 124 | 77 | 31 | 0 | 31 | 103 | 170 | 16 | 35 |
| Binary | 111111 | 1010100 | 111111 | 11001 | 0 | 11001 | 1000011 | 1111000 | 1110 | 11101 |
Color Harmonies of #3F543F
Complementary color
Monochromatic Colors of #3F543F
Black with #3F543F
Text Example
Text Example
White with #3F543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F543F; }
p { color: rgb(63,84,63); }
H1.HeaderClassName
{
color: #3F543F;
}
.AnyTagClassName
{
color: #3F543F;
}
</style>
background-color css
<style>
a { background-color: #3F543F; }
a { background-color: rgb(63,84,63); }
div.DivClassName
{
background-color: #3F543F;
}
.BgClassName
{
background-color: #3F543F;
}
</style>
border-color css
<style>
span { border-color: #3F543F; }
span { border-color: rgb(63,84,63); }
td.TdClassName
{
border-color: #3F543F;
}
.TagClassName
{
border-color: #3F543F;
}
</style>