Shades of Grey-Asparagus #3F523C
Tints of Grey-Asparagus #3F523C
RGB
CMYK
RGB Variations
Color information
#3F523C (or 0x3F523C) is known color: Grey-Asparagus. HEX triplet: 3F, 52 and 3C. RGB value is (63,82,60). Sum of RGB (Red+Green+Blue) = 63+82+60=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #3F523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F523C is #C0ADC3. Grayscale: #494949. Windows color (decimal): -12627396 or 3953215. OLE color: 3953215.
HSL color Cylindrical-coordinate representation of color #3F523C: hue angle of 111.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F523C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 60 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.68 |
| HSL | 111.82º | 0.15% | 0.28% | - |
| HSV(B) | 111.82º | 0.27% | 0.32% | - |
| XYZ | 5.88 | 7.42 | 5.4 | - |
| YUV | 73.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 60 | 0.23 | 0 | 0.27 | 0.68 | 111.82 | 0.15 | 0.28 |
| Hex | 3F | 52 | 3C | 17 | 0 | 1B | 44 | 70 | F | 1C |
| Octal | 77 | 122 | 74 | 27 | 0 | 33 | 104 | 160 | 17 | 34 |
| Binary | 111111 | 1010010 | 111100 | 10111 | 0 | 11011 | 1000100 | 1110000 | 1111 | 11100 |
Color Harmonies of #3F523C
Complementary color
Monochromatic Colors of #3F523C
Black with #3F523C
Text Example
Text Example
White with #3F523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F523C; }
p { color: rgb(63,82,60); }
H1.HeaderClassName
{
color: #3F523C;
}
.AnyTagClassName
{
color: #3F523C;
}
</style>
background-color css
<style>
a { background-color: #3F523C; }
a { background-color: rgb(63,82,60); }
div.DivClassName
{
background-color: #3F523C;
}
.BgClassName
{
background-color: #3F523C;
}
</style>
border-color css
<style>
span { border-color: #3F523C; }
span { border-color: rgb(63,82,60); }
td.TdClassName
{
border-color: #3F523C;
}
.TagClassName
{
border-color: #3F523C;
}
</style>