Shades of Grey-Asparagus #3F673F
Tints of Grey-Asparagus #3F673F
RGB
CMYK
RGB Variations
Color information
#3F673F (or 0x3F673F) is known color: Grey-Asparagus. HEX triplet: 3F, 67 and 3F. RGB value is (63,103,63). Sum of RGB (Red+Green+Blue) = 63+103+63=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #3F673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F673F is #C098C0. Grayscale: #565656. Windows color (decimal): -12622017 or 4155199. OLE color: 4155199.
HSL color Cylindrical-coordinate representation of color #3F673F: hue angle of 120º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F673F is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 63 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.60 |
| HSL | 120º | 0.24% | 0.33% | - |
| HSV(B) | 120º | 0.39% | 0.4% | - |
| XYZ | 7.8 | 11.12 | 6.44 | - |
| YUV | 86.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 63 | 0.39 | 0 | 0.39 | 0.60 | 120 | 0.24 | 0.33 |
| Hex | 3F | 67 | 3F | 27 | 0 | 27 | 3C | 78 | 18 | 21 |
| Octal | 77 | 147 | 77 | 47 | 0 | 47 | 74 | 170 | 30 | 41 |
| Binary | 111111 | 1100111 | 111111 | 100111 | 0 | 100111 | 111100 | 1111000 | 11000 | 100001 |
Color Harmonies of #3F673F
Complementary color
Monochromatic Colors of #3F673F
Black with #3F673F
Text Example
Text Example
White with #3F673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F673F; }
p { color: rgb(63,103,63); }
H1.HeaderClassName
{
color: #3F673F;
}
.AnyTagClassName
{
color: #3F673F;
}
</style>
background-color css
<style>
a { background-color: #3F673F; }
a { background-color: rgb(63,103,63); }
div.DivClassName
{
background-color: #3F673F;
}
.BgClassName
{
background-color: #3F673F;
}
</style>
border-color css
<style>
span { border-color: #3F673F; }
span { border-color: rgb(63,103,63); }
td.TdClassName
{
border-color: #3F673F;
}
.TagClassName
{
border-color: #3F673F;
}
</style>