Shades of Grey-Asparagus #3C553A
Tints of Grey-Asparagus #3C553A
RGB
CMYK
RGB Variations
Color information
#3C553A (or 0x3C553A) is known color: Grey-Asparagus. HEX triplet: 3C, 55 and 3A. RGB value is (60,85,58). Sum of RGB (Red+Green+Blue) = 60+85+58=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #3C553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C553A is #C3AAC5. Grayscale: #4A4A4A. Windows color (decimal): -12823238 or 3822908. OLE color: 3822908.
HSL color Cylindrical-coordinate representation of color #3C553A: hue angle of 115.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C553A is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 58 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.67 |
| HSL | 115.56º | 0.19% | 0.28% | - |
| HSV(B) | 115.56º | 0.32% | 0.33% | - |
| XYZ | 5.88 | 7.76 | 5.19 | - |
| YUV | 74.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 58 | 0.29 | 0 | 0.32 | 0.67 | 115.56 | 0.19 | 0.28 |
| Hex | 3C | 55 | 3A | 1D | 0 | 20 | 43 | 74 | 13 | 1C |
| Octal | 74 | 125 | 72 | 35 | 0 | 40 | 103 | 164 | 23 | 34 |
| Binary | 111100 | 1010101 | 111010 | 11101 | 0 | 100000 | 1000011 | 1110100 | 10011 | 11100 |
Color Harmonies of #3C553A
Complementary color
Monochromatic Colors of #3C553A
Black with #3C553A
Text Example
Text Example
White with #3C553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C553A; }
p { color: rgb(60,85,58); }
H1.HeaderClassName
{
color: #3C553A;
}
.AnyTagClassName
{
color: #3C553A;
}
</style>
background-color css
<style>
a { background-color: #3C553A; }
a { background-color: rgb(60,85,58); }
div.DivClassName
{
background-color: #3C553A;
}
.BgClassName
{
background-color: #3C553A;
}
</style>
border-color css
<style>
span { border-color: #3C553A; }
span { border-color: rgb(60,85,58); }
td.TdClassName
{
border-color: #3C553A;
}
.TagClassName
{
border-color: #3C553A;
}
</style>