Shades of Grey-Asparagus #3F553D
Tints of Grey-Asparagus #3F553D
RGB
CMYK
RGB Variations
Color information
#3F553D (or 0x3F553D) is known color: Grey-Asparagus. HEX triplet: 3F, 55 and 3D. RGB value is (63,85,61). Sum of RGB (Red+Green+Blue) = 63+85+61=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553D is #C0AAC2. Grayscale: #4B4B4B. Windows color (decimal): -12626627 or 4019519. OLE color: 4019519.
HSL color Cylindrical-coordinate representation of color #3F553D: hue angle of 115º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F553D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 61 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.67 |
| HSL | 115º | 0.16% | 0.29% | - |
| HSV(B) | 115º | 0.28% | 0.33% | - |
| XYZ | 6.14 | 7.89 | 5.61 | - |
| YUV | 75.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 61 | 0.26 | 0 | 0.28 | 0.67 | 115 | 0.16 | 0.29 |
| Hex | 3F | 55 | 3D | 1A | 0 | 1C | 43 | 73 | 10 | 1D |
| Octal | 77 | 125 | 75 | 32 | 0 | 34 | 103 | 163 | 20 | 35 |
| Binary | 111111 | 1010101 | 111101 | 11010 | 0 | 11100 | 1000011 | 1110011 | 10000 | 11101 |
Color Harmonies of #3F553D
Complementary color
Monochromatic Colors of #3F553D
Black with #3F553D
Text Example
Text Example
White with #3F553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F553D; }
p { color: rgb(63,85,61); }
H1.HeaderClassName
{
color: #3F553D;
}
.AnyTagClassName
{
color: #3F553D;
}
</style>
background-color css
<style>
a { background-color: #3F553D; }
a { background-color: rgb(63,85,61); }
div.DivClassName
{
background-color: #3F553D;
}
.BgClassName
{
background-color: #3F553D;
}
</style>
border-color css
<style>
span { border-color: #3F553D; }
span { border-color: rgb(63,85,61); }
td.TdClassName
{
border-color: #3F553D;
}
.TagClassName
{
border-color: #3F553D;
}
</style>