Shades of Grey-Asparagus #42623E
Tints of Grey-Asparagus #42623E
RGB
CMYK
RGB Variations
Color information
#42623E (or 0x42623E) is known color: Grey-Asparagus. HEX triplet: 42, 62 and 3E. RGB value is (66,98,62). Sum of RGB (Red+Green+Blue) = 66+98+62=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #42623E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42623E is #BD9DC1. Grayscale: #545454. Windows color (decimal): -12426690 or 4088386. OLE color: 4088386.
HSL color Cylindrical-coordinate representation of color #42623E: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42623E is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 98 | 62 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.62 |
| HSL | 113.33º | 0.23% | 0.31% | - |
| HSV(B) | 113.33º | 0.37% | 0.38% | - |
| XYZ | 7.48 | 10.24 | 6.14 | - |
| YUV | 84.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 62 | 0.33 | 0 | 0.37 | 0.62 | 113.33 | 0.23 | 0.31 |
| Hex | 42 | 62 | 3E | 21 | 0 | 25 | 3E | 71 | 16 | 1F |
| Octal | 102 | 142 | 76 | 41 | 0 | 45 | 76 | 161 | 26 | 37 |
| Binary | 1000010 | 1100010 | 111110 | 100001 | 0 | 100101 | 111110 | 1110001 | 10110 | 11111 |
Color Harmonies of #42623E
Complementary color
Monochromatic Colors of #42623E
Black with #42623E
Text Example
Text Example
White with #42623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42623E; }
p { color: rgb(66,98,62); }
H1.HeaderClassName
{
color: #42623E;
}
.AnyTagClassName
{
color: #42623E;
}
</style>
background-color css
<style>
a { background-color: #42623E; }
a { background-color: rgb(66,98,62); }
div.DivClassName
{
background-color: #42623E;
}
.BgClassName
{
background-color: #42623E;
}
</style>
border-color css
<style>
span { border-color: #42623E; }
span { border-color: rgb(66,98,62); }
td.TdClassName
{
border-color: #42623E;
}
.TagClassName
{
border-color: #42623E;
}
</style>