Shades of Grey-Asparagus #3C513C
Tints of Grey-Asparagus #3C513C
RGB
CMYK
RGB Variations
Color information
#3C513C (or 0x3C513C) is known color: Grey-Asparagus. HEX triplet: 3C, 51 and 3C. RGB value is (60,81,60). Sum of RGB (Red+Green+Blue) = 60+81+60=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #3C513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C513C is #C3AEC3. Grayscale: #484848. Windows color (decimal): -12824260 or 3952956. OLE color: 3952956.
HSL color Cylindrical-coordinate representation of color #3C513C: hue angle of 120º 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 #3C513C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 60 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.68 |
| HSL | 120º | 0.15% | 0.28% | - |
| HSV(B) | 120º | 0.26% | 0.32% | - |
| XYZ | 5.62 | 7.17 | 5.36 | - |
| YUV | 72.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 60 | 0.26 | 0 | 0.26 | 0.68 | 120 | 0.15 | 0.28 |
| Hex | 3C | 51 | 3C | 1A | 0 | 1A | 44 | 78 | F | 1C |
| Octal | 74 | 121 | 74 | 32 | 0 | 32 | 104 | 170 | 17 | 34 |
| Binary | 111100 | 1010001 | 111100 | 11010 | 0 | 11010 | 1000100 | 1111000 | 1111 | 11100 |
Color Harmonies of #3C513C
Complementary color
Monochromatic Colors of #3C513C
Black with #3C513C
Text Example
Text Example
White with #3C513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C513C; }
p { color: rgb(60,81,60); }
H1.HeaderClassName
{
color: #3C513C;
}
.AnyTagClassName
{
color: #3C513C;
}
</style>
background-color css
<style>
a { background-color: #3C513C; }
a { background-color: rgb(60,81,60); }
div.DivClassName
{
background-color: #3C513C;
}
.BgClassName
{
background-color: #3C513C;
}
</style>
border-color css
<style>
span { border-color: #3C513C; }
span { border-color: rgb(60,81,60); }
td.TdClassName
{
border-color: #3C513C;
}
.TagClassName
{
border-color: #3C513C;
}
</style>