Shades of Grey-Asparagus #3F513C
Tints of Grey-Asparagus #3F513C
RGB
CMYK
RGB Variations
Color information
#3F513C (or 0x3F513C) is known color: Grey-Asparagus. HEX triplet: 3F, 51 and 3C. RGB value is (63,81,60). Sum of RGB (Red+Green+Blue) = 63+81+60=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #3F513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F513C is #C0AEC3. Grayscale: #494949. Windows color (decimal): -12627652 or 3952959. OLE color: 3952959.
HSL color Cylindrical-coordinate representation of color #3F513C: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F513C is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 60 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.68 |
| HSL | 111.43º | 0.15% | 0.28% | - |
| HSV(B) | 111.43º | 0.26% | 0.32% | - |
| XYZ | 5.81 | 7.27 | 5.37 | - |
| YUV | 73.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 60 | 0.22 | 0 | 0.26 | 0.68 | 111.43 | 0.15 | 0.28 |
| Hex | 3F | 51 | 3C | 16 | 0 | 1A | 44 | 6F | F | 1C |
| Octal | 77 | 121 | 74 | 26 | 0 | 32 | 104 | 157 | 17 | 34 |
| Binary | 111111 | 1010001 | 111100 | 10110 | 0 | 11010 | 1000100 | 1101111 | 1111 | 11100 |
Color Harmonies of #3F513C
Complementary color
Monochromatic Colors of #3F513C
Black with #3F513C
Text Example
Text Example
White with #3F513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F513C; }
p { color: rgb(63,81,60); }
H1.HeaderClassName
{
color: #3F513C;
}
.AnyTagClassName
{
color: #3F513C;
}
</style>
background-color css
<style>
a { background-color: #3F513C; }
a { background-color: rgb(63,81,60); }
div.DivClassName
{
background-color: #3F513C;
}
.BgClassName
{
background-color: #3F513C;
}
</style>
border-color css
<style>
span { border-color: #3F513C; }
span { border-color: rgb(63,81,60); }
td.TdClassName
{
border-color: #3F513C;
}
.TagClassName
{
border-color: #3F513C;
}
</style>