Shades of Grey-Asparagus #42603E
Tints of Grey-Asparagus #42603E
RGB
CMYK
RGB Variations
Color information
#42603E (or 0x42603E) is known color: Grey-Asparagus. HEX triplet: 42, 60 and 3E. RGB value is (66,96,62). Sum of RGB (Red+Green+Blue) = 66+96+62=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #42603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42603E is #BD9FC1. Grayscale: #535353. Windows color (decimal): -12427202 or 4087874. OLE color: 4087874.
HSL color Cylindrical-coordinate representation of color #42603E: hue angle of 112.94º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42603E is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 62 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.62 |
| HSL | 112.94º | 0.22% | 0.31% | - |
| HSV(B) | 112.94º | 0.35% | 0.38% | - |
| XYZ | 7.3 | 9.87 | 6.08 | - |
| YUV | 83.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 62 | 0.31 | 0 | 0.35 | 0.62 | 112.94 | 0.22 | 0.31 |
| Hex | 42 | 60 | 3E | 1F | 0 | 23 | 3E | 71 | 16 | 1F |
| Octal | 102 | 140 | 76 | 37 | 0 | 43 | 76 | 161 | 26 | 37 |
| Binary | 1000010 | 1100000 | 111110 | 11111 | 0 | 100011 | 111110 | 1110001 | 10110 | 11111 |
Color Harmonies of #42603E
Complementary color
Monochromatic Colors of #42603E
Black with #42603E
Text Example
Text Example
White with #42603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42603E; }
p { color: rgb(66,96,62); }
H1.HeaderClassName
{
color: #42603E;
}
.AnyTagClassName
{
color: #42603E;
}
</style>
background-color css
<style>
a { background-color: #42603E; }
a { background-color: rgb(66,96,62); }
div.DivClassName
{
background-color: #42603E;
}
.BgClassName
{
background-color: #42603E;
}
</style>
border-color css
<style>
span { border-color: #42603E; }
span { border-color: rgb(66,96,62); }
td.TdClassName
{
border-color: #42603E;
}
.TagClassName
{
border-color: #42603E;
}
</style>