Shades of Grey-Asparagus #425745
Tints of Grey-Asparagus #425745
RGB
CMYK
RGB Variations
Color information
#425745 (or 0x425745) is known color: Grey-Asparagus. HEX triplet: 42, 57 and 45. RGB value is (66,87,69). Sum of RGB (Red+Green+Blue) = 66+87+69=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #425745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425745 is #BDA8BA. Grayscale: #4E4E4E. Windows color (decimal): -12429499 or 4544322. OLE color: 4544322.
HSL color Cylindrical-coordinate representation of color #425745: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425745 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 69 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.66 |
| HSL | 128.57º | 0.14% | 0.3% | - |
| HSV(B) | 128.57º | 0.24% | 0.34% | - |
| XYZ | 6.73 | 8.4 | 6.9 | - |
| YUV | 78.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 69 | 0.24 | 0 | 0.21 | 0.66 | 128.57 | 0.14 | 0.3 |
| Hex | 42 | 57 | 45 | 18 | 0 | 15 | 42 | 81 | E | 1E |
| Octal | 102 | 127 | 105 | 30 | 0 | 25 | 102 | 201 | 16 | 36 |
| Binary | 1000010 | 1010111 | 1000101 | 11000 | 0 | 10101 | 1000010 | 10000001 | 1110 | 11110 |
Color Harmonies of #425745
Complementary color
Monochromatic Colors of #425745
Black with #425745
Text Example
Text Example
White with #425745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425745; }
p { color: rgb(66,87,69); }
H1.HeaderClassName
{
color: #425745;
}
.AnyTagClassName
{
color: #425745;
}
</style>
background-color css
<style>
a { background-color: #425745; }
a { background-color: rgb(66,87,69); }
div.DivClassName
{
background-color: #425745;
}
.BgClassName
{
background-color: #425745;
}
</style>
border-color css
<style>
span { border-color: #425745; }
span { border-color: rgb(66,87,69); }
td.TdClassName
{
border-color: #425745;
}
.TagClassName
{
border-color: #425745;
}
</style>