Shades of Grey-Asparagus #3C513A
Tints of Grey-Asparagus #3C513A
RGB
CMYK
RGB Variations
Color information
#3C513A (or 0x3C513A) is known color: Grey-Asparagus. HEX triplet: 3C, 51 and 3A. RGB value is (60,81,58). Sum of RGB (Red+Green+Blue) = 60+81+58=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #3C513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C513A is #C3AEC5. Grayscale: #484848. Windows color (decimal): -12824262 or 3821884. OLE color: 3821884.
HSL color Cylindrical-coordinate representation of color #3C513A: hue angle of 114.78º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C513A is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 58 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.68 |
| HSL | 114.78º | 0.17% | 0.27% | - |
| HSV(B) | 114.78º | 0.28% | 0.32% | - |
| XYZ | 5.57 | 7.15 | 5.09 | - |
| YUV | 72.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 58 | 0.26 | 0 | 0.28 | 0.68 | 114.78 | 0.17 | 0.27 |
| Hex | 3C | 51 | 3A | 1A | 0 | 1C | 44 | 73 | 11 | 1B |
| Octal | 74 | 121 | 72 | 32 | 0 | 34 | 104 | 163 | 21 | 33 |
| Binary | 111100 | 1010001 | 111010 | 11010 | 0 | 11100 | 1000100 | 1110011 | 10001 | 11011 |
Color Harmonies of #3C513A
Complementary color
Monochromatic Colors of #3C513A
Black with #3C513A
Text Example
Text Example
White with #3C513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C513A; }
p { color: rgb(60,81,58); }
H1.HeaderClassName
{
color: #3C513A;
}
.AnyTagClassName
{
color: #3C513A;
}
</style>
background-color css
<style>
a { background-color: #3C513A; }
a { background-color: rgb(60,81,58); }
div.DivClassName
{
background-color: #3C513A;
}
.BgClassName
{
background-color: #3C513A;
}
</style>
border-color css
<style>
span { border-color: #3C513A; }
span { border-color: rgb(60,81,58); }
td.TdClassName
{
border-color: #3C513A;
}
.TagClassName
{
border-color: #3C513A;
}
</style>