Shades of Grey-Asparagus #425845
Tints of Grey-Asparagus #425845
RGB
CMYK
RGB Variations
Color information
#425845 (or 0x425845) is known color: Grey-Asparagus. HEX triplet: 42, 58 and 45. RGB value is (66,88,69). Sum of RGB (Red+Green+Blue) = 66+88+69=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #425845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425845 is #BDA7BA. Grayscale: #4F4F4F. Windows color (decimal): -12429243 or 4544578. OLE color: 4544578.
HSL color Cylindrical-coordinate representation of color #425845: hue angle of 128.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425845 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 69 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.65 |
| HSL | 128.18º | 0.14% | 0.3% | - |
| HSV(B) | 128.18º | 0.25% | 0.35% | - |
| XYZ | 6.81 | 8.57 | 6.92 | - |
| YUV | 79.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 69 | 0.25 | 0 | 0.22 | 0.65 | 128.18 | 0.14 | 0.3 |
| Hex | 42 | 58 | 45 | 19 | 0 | 16 | 41 | 80 | E | 1E |
| Octal | 102 | 130 | 105 | 31 | 0 | 26 | 101 | 200 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1000101 | 11001 | 0 | 10110 | 1000001 | 10000000 | 1110 | 11110 |
Color Harmonies of #425845
Complementary color
Monochromatic Colors of #425845
Black with #425845
Text Example
Text Example
White with #425845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425845; }
p { color: rgb(66,88,69); }
H1.HeaderClassName
{
color: #425845;
}
.AnyTagClassName
{
color: #425845;
}
</style>
background-color css
<style>
a { background-color: #425845; }
a { background-color: rgb(66,88,69); }
div.DivClassName
{
background-color: #425845;
}
.BgClassName
{
background-color: #425845;
}
</style>
border-color css
<style>
span { border-color: #425845; }
span { border-color: rgb(66,88,69); }
td.TdClassName
{
border-color: #425845;
}
.TagClassName
{
border-color: #425845;
}
</style>