Shades of Grey-Asparagus #3C533C
Tints of Grey-Asparagus #3C533C
RGB
CMYK
RGB Variations
Color information
#3C533C (or 0x3C533C) is known color: Grey-Asparagus. HEX triplet: 3C, 53 and 3C. RGB value is (60,83,60). Sum of RGB (Red+Green+Blue) = 60+83+60=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #3C533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C533C is #C3ACC3. Grayscale: #494949. Windows color (decimal): -12823748 or 3953468. OLE color: 3953468.
HSL color Cylindrical-coordinate representation of color #3C533C: hue angle of 120º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C533C is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 60 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.67 |
| HSL | 120º | 0.16% | 0.28% | - |
| HSV(B) | 120º | 0.28% | 0.33% | - |
| XYZ | 5.77 | 7.47 | 5.41 | - |
| YUV | 73.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 60 | 0.28 | 0 | 0.28 | 0.67 | 120 | 0.16 | 0.28 |
| Hex | 3C | 53 | 3C | 1C | 0 | 1C | 43 | 78 | 10 | 1C |
| Octal | 74 | 123 | 74 | 34 | 0 | 34 | 103 | 170 | 20 | 34 |
| Binary | 111100 | 1010011 | 111100 | 11100 | 0 | 11100 | 1000011 | 1111000 | 10000 | 11100 |
Color Harmonies of #3C533C
Complementary color
Monochromatic Colors of #3C533C
Black with #3C533C
Text Example
Text Example
White with #3C533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C533C; }
p { color: rgb(60,83,60); }
H1.HeaderClassName
{
color: #3C533C;
}
.AnyTagClassName
{
color: #3C533C;
}
</style>
background-color css
<style>
a { background-color: #3C533C; }
a { background-color: rgb(60,83,60); }
div.DivClassName
{
background-color: #3C533C;
}
.BgClassName
{
background-color: #3C533C;
}
</style>
border-color css
<style>
span { border-color: #3C533C; }
span { border-color: rgb(60,83,60); }
td.TdClassName
{
border-color: #3C533C;
}
.TagClassName
{
border-color: #3C533C;
}
</style>