Shades of Grey-Asparagus #3C543C
Tints of Grey-Asparagus #3C543C
RGB
CMYK
RGB Variations
Color information
#3C543C (or 0x3C543C) is known color: Grey-Asparagus. HEX triplet: 3C, 54 and 3C. RGB value is (60,84,60). Sum of RGB (Red+Green+Blue) = 60+84+60=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #3C543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C543C is #C3ABC3. Grayscale: #4A4A4A. Windows color (decimal): -12823492 or 3953724. OLE color: 3953724.
HSL color Cylindrical-coordinate representation of color #3C543C: hue angle of 120º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C543C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 60 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.67 |
| HSL | 120º | 0.17% | 0.28% | - |
| HSV(B) | 120º | 0.29% | 0.33% | - |
| XYZ | 5.85 | 7.63 | 5.44 | - |
| YUV | 74.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 60 | 0.29 | 0 | 0.29 | 0.67 | 120 | 0.17 | 0.28 |
| Hex | 3C | 54 | 3C | 1D | 0 | 1D | 43 | 78 | 11 | 1C |
| Octal | 74 | 124 | 74 | 35 | 0 | 35 | 103 | 170 | 21 | 34 |
| Binary | 111100 | 1010100 | 111100 | 11101 | 0 | 11101 | 1000011 | 1111000 | 10001 | 11100 |
Color Harmonies of #3C543C
Complementary color
Monochromatic Colors of #3C543C
Black with #3C543C
Text Example
Text Example
White with #3C543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C543C; }
p { color: rgb(60,84,60); }
H1.HeaderClassName
{
color: #3C543C;
}
.AnyTagClassName
{
color: #3C543C;
}
</style>
background-color css
<style>
a { background-color: #3C543C; }
a { background-color: rgb(60,84,60); }
div.DivClassName
{
background-color: #3C543C;
}
.BgClassName
{
background-color: #3C543C;
}
</style>
border-color css
<style>
span { border-color: #3C543C; }
span { border-color: rgb(60,84,60); }
td.TdClassName
{
border-color: #3C543C;
}
.TagClassName
{
border-color: #3C543C;
}
</style>