Shades of Grey-Asparagus #3F593C
Tints of Grey-Asparagus #3F593C
RGB
CMYK
RGB Variations
Color information
#3F593C (or 0x3F593C) is known color: Grey-Asparagus. HEX triplet: 3F, 59 and 3C. RGB value is (63,89,60). Sum of RGB (Red+Green+Blue) = 63+89+60=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #3F593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F593C is #C0A6C3. Grayscale: #4E4E4E. Windows color (decimal): -12625604 or 3955007. OLE color: 3955007.
HSL color Cylindrical-coordinate representation of color #3F593C: hue angle of 113.79º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F593C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 60 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.65 |
| HSL | 113.79º | 0.19% | 0.29% | - |
| HSV(B) | 113.79º | 0.33% | 0.35% | - |
| XYZ | 6.44 | 8.53 | 5.58 | - |
| YUV | 77.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 60 | 0.29 | 0 | 0.33 | 0.65 | 113.79 | 0.19 | 0.29 |
| Hex | 3F | 59 | 3C | 1D | 0 | 21 | 41 | 72 | 13 | 1D |
| Octal | 77 | 131 | 74 | 35 | 0 | 41 | 101 | 162 | 23 | 35 |
| Binary | 111111 | 1011001 | 111100 | 11101 | 0 | 100001 | 1000001 | 1110010 | 10011 | 11101 |
Color Harmonies of #3F593C
Complementary color
Monochromatic Colors of #3F593C
Black with #3F593C
Text Example
Text Example
White with #3F593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F593C; }
p { color: rgb(63,89,60); }
H1.HeaderClassName
{
color: #3F593C;
}
.AnyTagClassName
{
color: #3F593C;
}
</style>
background-color css
<style>
a { background-color: #3F593C; }
a { background-color: rgb(63,89,60); }
div.DivClassName
{
background-color: #3F593C;
}
.BgClassName
{
background-color: #3F593C;
}
</style>
border-color css
<style>
span { border-color: #3F593C; }
span { border-color: rgb(63,89,60); }
td.TdClassName
{
border-color: #3F593C;
}
.TagClassName
{
border-color: #3F593C;
}
</style>