Shades of Grey-Asparagus #3F553B
Tints of Grey-Asparagus #3F553B
RGB
CMYK
RGB Variations
Color information
#3F553B (or 0x3F553B) is known color: Grey-Asparagus. HEX triplet: 3F, 55 and 3B. RGB value is (63,85,59). Sum of RGB (Red+Green+Blue) = 63+85+59=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #3F553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F553B is #C0AAC4. Grayscale: #4B4B4B. Windows color (decimal): -12626629 or 3888447. OLE color: 3888447.
HSL color Cylindrical-coordinate representation of color #3F553B: hue angle of 110.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F553B is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 59 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.67 |
| HSL | 110.77º | 0.18% | 0.28% | - |
| HSV(B) | 110.77º | 0.31% | 0.33% | - |
| XYZ | 6.09 | 7.87 | 5.34 | - |
| YUV | 75.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 59 | 0.26 | 0 | 0.31 | 0.67 | 110.77 | 0.18 | 0.28 |
| Hex | 3F | 55 | 3B | 1A | 0 | 1F | 43 | 6F | 12 | 1C |
| Octal | 77 | 125 | 73 | 32 | 0 | 37 | 103 | 157 | 22 | 34 |
| Binary | 111111 | 1010101 | 111011 | 11010 | 0 | 11111 | 1000011 | 1101111 | 10010 | 11100 |
Color Harmonies of #3F553B
Complementary color
Monochromatic Colors of #3F553B
Black with #3F553B
Text Example
Text Example
White with #3F553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F553B; }
p { color: rgb(63,85,59); }
H1.HeaderClassName
{
color: #3F553B;
}
.AnyTagClassName
{
color: #3F553B;
}
</style>
background-color css
<style>
a { background-color: #3F553B; }
a { background-color: rgb(63,85,59); }
div.DivClassName
{
background-color: #3F553B;
}
.BgClassName
{
background-color: #3F553B;
}
</style>
border-color css
<style>
span { border-color: #3F553B; }
span { border-color: rgb(63,85,59); }
td.TdClassName
{
border-color: #3F553B;
}
.TagClassName
{
border-color: #3F553B;
}
</style>