Shades of Grey-Asparagus #425F41
Tints of Grey-Asparagus #425F41
RGB
CMYK
RGB Variations
Color information
#425F41 (or 0x425F41) is known color: Grey-Asparagus. HEX triplet: 42, 5F and 41. RGB value is (66,95,65). Sum of RGB (Red+Green+Blue) = 66+95+65=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #425F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F41 is #BDA0BE. Grayscale: #535353. Windows color (decimal): -12427455 or 4284226. OLE color: 4284226.
HSL color Cylindrical-coordinate representation of color #425F41: hue angle of 118º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #425F41 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 65 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.63 |
| HSL | 118º | 0.19% | 0.31% | - |
| HSV(B) | 118º | 0.32% | 0.37% | - |
| XYZ | 7.29 | 9.72 | 6.49 | - |
| YUV | 82.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 65 | 0.31 | 0 | 0.32 | 0.63 | 118 | 0.19 | 0.31 |
| Hex | 42 | 5F | 41 | 1F | 0 | 20 | 3F | 76 | 13 | 1F |
| Octal | 102 | 137 | 101 | 37 | 0 | 40 | 77 | 166 | 23 | 37 |
| Binary | 1000010 | 1011111 | 1000001 | 11111 | 0 | 100000 | 111111 | 1110110 | 10011 | 11111 |
Color Harmonies of #425F41
Complementary color
Monochromatic Colors of #425F41
Black with #425F41
Text Example
Text Example
White with #425F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F41; }
p { color: rgb(66,95,65); }
H1.HeaderClassName
{
color: #425F41;
}
.AnyTagClassName
{
color: #425F41;
}
</style>
background-color css
<style>
a { background-color: #425F41; }
a { background-color: rgb(66,95,65); }
div.DivClassName
{
background-color: #425F41;
}
.BgClassName
{
background-color: #425F41;
}
</style>
border-color css
<style>
span { border-color: #425F41; }
span { border-color: rgb(66,95,65); }
td.TdClassName
{
border-color: #425F41;
}
.TagClassName
{
border-color: #425F41;
}
</style>