Shades of Grey-Asparagus #3F553E
Tints of Grey-Asparagus #3F553E
RGB
CMYK
RGB Variations
Color information
#3F553E (or 0x3F553E) is known color: Grey-Asparagus. HEX triplet: 3F, 55 and 3E. RGB value is (63,85,62). Sum of RGB (Red+Green+Blue) = 63+85+62=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553E is #C0AAC1. Grayscale: #4B4B4B. Windows color (decimal): -12626626 or 4085055. OLE color: 4085055.
HSL color Cylindrical-coordinate representation of color #3F553E: hue angle of 117.39º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F553E is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 62 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.67 |
| HSL | 117.39º | 0.16% | 0.29% | - |
| HSV(B) | 117.39º | 0.27% | 0.33% | - |
| XYZ | 6.17 | 7.9 | 5.76 | - |
| YUV | 75.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 62 | 0.26 | 0 | 0.27 | 0.67 | 117.39 | 0.16 | 0.29 |
| Hex | 3F | 55 | 3E | 1A | 0 | 1B | 43 | 75 | 10 | 1D |
| Octal | 77 | 125 | 76 | 32 | 0 | 33 | 103 | 165 | 20 | 35 |
| Binary | 111111 | 1010101 | 111110 | 11010 | 0 | 11011 | 1000011 | 1110101 | 10000 | 11101 |
Color Harmonies of #3F553E
Complementary color
Monochromatic Colors of #3F553E
Black with #3F553E
Text Example
Text Example
White with #3F553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F553E; }
p { color: rgb(63,85,62); }
H1.HeaderClassName
{
color: #3F553E;
}
.AnyTagClassName
{
color: #3F553E;
}
</style>
background-color css
<style>
a { background-color: #3F553E; }
a { background-color: rgb(63,85,62); }
div.DivClassName
{
background-color: #3F553E;
}
.BgClassName
{
background-color: #3F553E;
}
</style>
border-color css
<style>
span { border-color: #3F553E; }
span { border-color: rgb(63,85,62); }
td.TdClassName
{
border-color: #3F553E;
}
.TagClassName
{
border-color: #3F553E;
}
</style>