Shades of Grey-Asparagus #3C483C
Tints of Grey-Asparagus #3C483C
RGB
CMYK
RGB Variations
Color information
#3C483C (or 0x3C483C) is known color: Grey-Asparagus. HEX triplet: 3C, 48 and 3C. RGB value is (60,72,60). Sum of RGB (Red+Green+Blue) = 60+72+60=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #3C483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C483C is #C3B7C3. Grayscale: #434343. Windows color (decimal): -12826564 or 3950652. OLE color: 3950652.
HSL color Cylindrical-coordinate representation of color #3C483C: hue angle of 120º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C483C is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 60 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.72 |
| HSL | 120º | 0.09% | 0.26% | - |
| HSV(B) | 120º | 0.17% | 0.28% | - |
| XYZ | 5 | 5.92 | 5.15 | - |
| YUV | 67.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 60 | 0.17 | 0 | 0.17 | 0.72 | 120 | 0.09 | 0.26 |
| Hex | 3C | 48 | 3C | 11 | 0 | 11 | 48 | 78 | 9 | 1A |
| Octal | 74 | 110 | 74 | 21 | 0 | 21 | 110 | 170 | 11 | 32 |
| Binary | 111100 | 1001000 | 111100 | 10001 | 0 | 10001 | 1001000 | 1111000 | 1001 | 11010 |
Color Harmonies of #3C483C
Complementary color
Monochromatic Colors of #3C483C
Black with #3C483C
Text Example
Text Example
White with #3C483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C483C; }
p { color: rgb(60,72,60); }
H1.HeaderClassName
{
color: #3C483C;
}
.AnyTagClassName
{
color: #3C483C;
}
</style>
background-color css
<style>
a { background-color: #3C483C; }
a { background-color: rgb(60,72,60); }
div.DivClassName
{
background-color: #3C483C;
}
.BgClassName
{
background-color: #3C483C;
}
</style>
border-color css
<style>
span { border-color: #3C483C; }
span { border-color: rgb(60,72,60); }
td.TdClassName
{
border-color: #3C483C;
}
.TagClassName
{
border-color: #3C483C;
}
</style>