Shades of Grey-Asparagus #3F523B
Tints of Grey-Asparagus #3F523B
RGB
CMYK
RGB Variations
Color information
#3F523B (or 0x3F523B) is known color: Grey-Asparagus. HEX triplet: 3F, 52 and 3B. RGB value is (63,82,59). Sum of RGB (Red+Green+Blue) = 63+82+59=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #3F523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F523B is #C0ADC4. Grayscale: #494949. Windows color (decimal): -12627397 or 3887679. OLE color: 3887679.
HSL color Cylindrical-coordinate representation of color #3F523B: hue angle of 109.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F523B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 59 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.68 |
| HSL | 109.57º | 0.16% | 0.28% | - |
| HSV(B) | 109.57º | 0.28% | 0.32% | - |
| XYZ | 5.86 | 7.41 | 5.26 | - |
| YUV | 73.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 59 | 0.23 | 0 | 0.28 | 0.68 | 109.57 | 0.16 | 0.28 |
| Hex | 3F | 52 | 3B | 17 | 0 | 1C | 44 | 6E | 10 | 1C |
| Octal | 77 | 122 | 73 | 27 | 0 | 34 | 104 | 156 | 20 | 34 |
| Binary | 111111 | 1010010 | 111011 | 10111 | 0 | 11100 | 1000100 | 1101110 | 10000 | 11100 |
Color Harmonies of #3F523B
Complementary color
Monochromatic Colors of #3F523B
Black with #3F523B
Text Example
Text Example
White with #3F523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F523B; }
p { color: rgb(63,82,59); }
H1.HeaderClassName
{
color: #3F523B;
}
.AnyTagClassName
{
color: #3F523B;
}
</style>
background-color css
<style>
a { background-color: #3F523B; }
a { background-color: rgb(63,82,59); }
div.DivClassName
{
background-color: #3F523B;
}
.BgClassName
{
background-color: #3F523B;
}
</style>
border-color css
<style>
span { border-color: #3F523B; }
span { border-color: rgb(63,82,59); }
td.TdClassName
{
border-color: #3F523B;
}
.TagClassName
{
border-color: #3F523B;
}
</style>