Shades of Grey-Asparagus #42573D
Tints of Grey-Asparagus #42573D
RGB
CMYK
RGB Variations
Color information
#42573D (or 0x42573D) is known color: Grey-Asparagus. HEX triplet: 42, 57 and 3D. RGB value is (66,87,61). Sum of RGB (Red+Green+Blue) = 66+87+61=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #42573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42573D is #BDA8C2. Grayscale: #4D4D4D. Windows color (decimal): -12429507 or 4020034. OLE color: 4020034.
HSL color Cylindrical-coordinate representation of color #42573D: hue angle of 108.46º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42573D is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 61 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.66 |
| HSL | 108.46º | 0.18% | 0.29% | - |
| HSV(B) | 108.46º | 0.3% | 0.34% | - |
| XYZ | 6.5 | 8.31 | 5.68 | - |
| YUV | 77.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 61 | 0.24 | 0 | 0.30 | 0.66 | 108.46 | 0.18 | 0.29 |
| Hex | 42 | 57 | 3D | 18 | 0 | 1E | 42 | 6C | 12 | 1D |
| Octal | 102 | 127 | 75 | 30 | 0 | 36 | 102 | 154 | 22 | 35 |
| Binary | 1000010 | 1010111 | 111101 | 11000 | 0 | 11110 | 1000010 | 1101100 | 10010 | 11101 |
Color Harmonies of #42573D
Complementary color
Monochromatic Colors of #42573D
Black with #42573D
Text Example
Text Example
White with #42573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42573D; }
p { color: rgb(66,87,61); }
H1.HeaderClassName
{
color: #42573D;
}
.AnyTagClassName
{
color: #42573D;
}
</style>
background-color css
<style>
a { background-color: #42573D; }
a { background-color: rgb(66,87,61); }
div.DivClassName
{
background-color: #42573D;
}
.BgClassName
{
background-color: #42573D;
}
</style>
border-color css
<style>
span { border-color: #42573D; }
span { border-color: rgb(66,87,61); }
td.TdClassName
{
border-color: #42573D;
}
.TagClassName
{
border-color: #42573D;
}
</style>