Shades of Grey-Asparagus #425241
Tints of Grey-Asparagus #425241
RGB
CMYK
RGB Variations
Color information
#425241 (or 0x425241) is known color: Grey-Asparagus. HEX triplet: 42, 52 and 41. RGB value is (66,82,65). Sum of RGB (Red+Green+Blue) = 66+82+65=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #425241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425241 is #BDADBE. Grayscale: #4B4B4B. Windows color (decimal): -12430783 or 4280898. OLE color: 4280898.
HSL color Cylindrical-coordinate representation of color #425241: hue angle of 116.47º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425241 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 65 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.68 |
| HSL | 116.47º | 0.12% | 0.29% | - |
| HSV(B) | 116.47º | 0.21% | 0.32% | - |
| XYZ | 6.22 | 7.57 | 6.14 | - |
| YUV | 75.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 65 | 0.20 | 0 | 0.21 | 0.68 | 116.47 | 0.12 | 0.29 |
| Hex | 42 | 52 | 41 | 14 | 0 | 15 | 44 | 74 | C | 1D |
| Octal | 102 | 122 | 101 | 24 | 0 | 25 | 104 | 164 | 14 | 35 |
| Binary | 1000010 | 1010010 | 1000001 | 10100 | 0 | 10101 | 1000100 | 1110100 | 1100 | 11101 |
Color Harmonies of #425241
Complementary color
Monochromatic Colors of #425241
Black with #425241
Text Example
Text Example
White with #425241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425241; }
p { color: rgb(66,82,65); }
H1.HeaderClassName
{
color: #425241;
}
.AnyTagClassName
{
color: #425241;
}
</style>
background-color css
<style>
a { background-color: #425241; }
a { background-color: rgb(66,82,65); }
div.DivClassName
{
background-color: #425241;
}
.BgClassName
{
background-color: #425241;
}
</style>
border-color css
<style>
span { border-color: #425241; }
span { border-color: rgb(66,82,65); }
td.TdClassName
{
border-color: #425241;
}
.TagClassName
{
border-color: #425241;
}
</style>