Shades of Grey-Asparagus #41613F
Tints of Grey-Asparagus #41613F
RGB
CMYK
RGB Variations
Color information
#41613F (or 0x41613F) is known color: Grey-Asparagus. HEX triplet: 41, 61 and 3F. RGB value is (65,97,63). Sum of RGB (Red+Green+Blue) = 65+97+63=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #41613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41613F is #BE9EC0. Grayscale: #535353. Windows color (decimal): -12492481 or 4153665. OLE color: 4153665.
HSL color Cylindrical-coordinate representation of color #41613F: hue angle of 116.47º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41613F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 63 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.62 |
| HSL | 116.47º | 0.21% | 0.31% | - |
| HSV(B) | 116.47º | 0.35% | 0.38% | - |
| XYZ | 7.35 | 10.03 | 6.25 | - |
| YUV | 83.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 63 | 0.33 | 0 | 0.35 | 0.62 | 116.47 | 0.21 | 0.31 |
| Hex | 41 | 61 | 3F | 21 | 0 | 23 | 3E | 74 | 15 | 1F |
| Octal | 101 | 141 | 77 | 41 | 0 | 43 | 76 | 164 | 25 | 37 |
| Binary | 1000001 | 1100001 | 111111 | 100001 | 0 | 100011 | 111110 | 1110100 | 10101 | 11111 |
Color Harmonies of #41613F
Complementary color
Monochromatic Colors of #41613F
Black with #41613F
Text Example
Text Example
White with #41613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41613F; }
p { color: rgb(65,97,63); }
H1.HeaderClassName
{
color: #41613F;
}
.AnyTagClassName
{
color: #41613F;
}
</style>
background-color css
<style>
a { background-color: #41613F; }
a { background-color: rgb(65,97,63); }
div.DivClassName
{
background-color: #41613F;
}
.BgClassName
{
background-color: #41613F;
}
</style>
border-color css
<style>
span { border-color: #41613F; }
span { border-color: rgb(65,97,63); }
td.TdClassName
{
border-color: #41613F;
}
.TagClassName
{
border-color: #41613F;
}
</style>