Shades of Grey-Asparagus #3F5541
Tints of Grey-Asparagus #3F5541
RGB
CMYK
RGB Variations
Color information
#3F5541 (or 0x3F5541) is known color: Grey-Asparagus. HEX triplet: 3F, 55 and 41. RGB value is (63,85,65). Sum of RGB (Red+Green+Blue) = 63+85+65=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5541 is #C0AABE. Grayscale: #4C4C4C. Windows color (decimal): -12626623 or 4281663. OLE color: 4281663.
HSL color Cylindrical-coordinate representation of color #3F5541: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5541 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 65 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.67 |
| HSL | 125.45º | 0.15% | 0.29% | - |
| HSV(B) | 125.45º | 0.26% | 0.33% | - |
| XYZ | 6.25 | 7.94 | 6.2 | - |
| YUV | 76.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 65 | 0.26 | 0 | 0.24 | 0.67 | 125.45 | 0.15 | 0.29 |
| Hex | 3F | 55 | 41 | 1A | 0 | 18 | 43 | 7D | F | 1D |
| Octal | 77 | 125 | 101 | 32 | 0 | 30 | 103 | 175 | 17 | 35 |
| Binary | 111111 | 1010101 | 1000001 | 11010 | 0 | 11000 | 1000011 | 1111101 | 1111 | 11101 |
Color Harmonies of #3F5541
Complementary color
Monochromatic Colors of #3F5541
Black with #3F5541
Text Example
Text Example
White with #3F5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5541; }
p { color: rgb(63,85,65); }
H1.HeaderClassName
{
color: #3F5541;
}
.AnyTagClassName
{
color: #3F5541;
}
</style>
background-color css
<style>
a { background-color: #3F5541; }
a { background-color: rgb(63,85,65); }
div.DivClassName
{
background-color: #3F5541;
}
.BgClassName
{
background-color: #3F5541;
}
</style>
border-color css
<style>
span { border-color: #3F5541; }
span { border-color: rgb(63,85,65); }
td.TdClassName
{
border-color: #3F5541;
}
.TagClassName
{
border-color: #3F5541;
}
</style>