Shades of Grey-Asparagus #3C4A3B
Tints of Grey-Asparagus #3C4A3B
RGB
CMYK
RGB Variations
Color information
#3C4A3B (or 0x3C4A3B) is known color: Grey-Asparagus. HEX triplet: 3C, 4A and 3B. RGB value is (60,74,59). Sum of RGB (Red+Green+Blue) = 60+74+59=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #3C4A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4A3B is #C3B5C4. Grayscale: #444444. Windows color (decimal): -12826053 or 3885628. OLE color: 3885628.
HSL color Cylindrical-coordinate representation of color #3C4A3B: hue angle of 116º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3C4A3B is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 74 | 59 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.71 |
| HSL | 116º | 0.11% | 0.26% | - |
| HSV(B) | 116º | 0.2% | 0.29% | - |
| XYZ | 5.1 | 6.17 | 5.06 | - |
| YUV | 68.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 59 | 0.19 | 0 | 0.20 | 0.71 | 116 | 0.11 | 0.26 |
| Hex | 3C | 4A | 3B | 13 | 0 | 14 | 47 | 74 | B | 1A |
| Octal | 74 | 112 | 73 | 23 | 0 | 24 | 107 | 164 | 13 | 32 |
| Binary | 111100 | 1001010 | 111011 | 10011 | 0 | 10100 | 1000111 | 1110100 | 1011 | 11010 |
Color Harmonies of #3C4A3B
Complementary color
Monochromatic Colors of #3C4A3B
Black with #3C4A3B
Text Example
Text Example
White with #3C4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4A3B; }
p { color: rgb(60,74,59); }
H1.HeaderClassName
{
color: #3C4A3B;
}
.AnyTagClassName
{
color: #3C4A3B;
}
</style>
background-color css
<style>
a { background-color: #3C4A3B; }
a { background-color: rgb(60,74,59); }
div.DivClassName
{
background-color: #3C4A3B;
}
.BgClassName
{
background-color: #3C4A3B;
}
</style>
border-color css
<style>
span { border-color: #3C4A3B; }
span { border-color: rgb(60,74,59); }
td.TdClassName
{
border-color: #3C4A3B;
}
.TagClassName
{
border-color: #3C4A3B;
}
</style>