Shades of Grey-Asparagus #3F5A3D
Tints of Grey-Asparagus #3F5A3D
RGB
CMYK
RGB Variations
Color information
#3F5A3D (or 0x3F5A3D) is known color: Grey-Asparagus. HEX triplet: 3F, 5A and 3D. RGB value is (63,90,61). Sum of RGB (Red+Green+Blue) = 63+90+61=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A3D is #C0A5C2. Grayscale: #4E4E4E. Windows color (decimal): -12625347 or 4020799. OLE color: 4020799.
HSL color Cylindrical-coordinate representation of color #3F5A3D: hue angle of 115.86º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5A3D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 90 | 61 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.65 |
| HSL | 115.86º | 0.19% | 0.3% | - |
| HSV(B) | 115.86º | 0.32% | 0.35% | - |
| XYZ | 6.55 | 8.71 | 5.75 | - |
| YUV | 78.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 61 | 0.30 | 0 | 0.32 | 0.65 | 115.86 | 0.19 | 0.3 |
| Hex | 3F | 5A | 3D | 1E | 0 | 20 | 41 | 74 | 13 | 1E |
| Octal | 77 | 132 | 75 | 36 | 0 | 40 | 101 | 164 | 23 | 36 |
| Binary | 111111 | 1011010 | 111101 | 11110 | 0 | 100000 | 1000001 | 1110100 | 10011 | 11110 |
Color Harmonies of #3F5A3D
Complementary color
Monochromatic Colors of #3F5A3D
Black with #3F5A3D
Text Example
Text Example
White with #3F5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5A3D; }
p { color: rgb(63,90,61); }
H1.HeaderClassName
{
color: #3F5A3D;
}
.AnyTagClassName
{
color: #3F5A3D;
}
</style>
background-color css
<style>
a { background-color: #3F5A3D; }
a { background-color: rgb(63,90,61); }
div.DivClassName
{
background-color: #3F5A3D;
}
.BgClassName
{
background-color: #3F5A3D;
}
</style>
border-color css
<style>
span { border-color: #3F5A3D; }
span { border-color: rgb(63,90,61); }
td.TdClassName
{
border-color: #3F5A3D;
}
.TagClassName
{
border-color: #3F5A3D;
}
</style>