Shades of Grey-Asparagus #426745
Tints of Grey-Asparagus #426745
RGB
CMYK
RGB Variations
Color information
#426745 (or 0x426745) is known color: Grey-Asparagus. HEX triplet: 42, 67 and 45. RGB value is (66,103,69). Sum of RGB (Red+Green+Blue) = 66+103+69=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #426745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426745 is #BD98BA. Grayscale: #585858. Windows color (decimal): -12425403 or 4548418. OLE color: 4548418.
HSL color Cylindrical-coordinate representation of color #426745: hue angle of 124.86º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #426745 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 103 | 69 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.60 |
| HSL | 124.86º | 0.22% | 0.33% | - |
| HSV(B) | 124.86º | 0.36% | 0.4% | - |
| XYZ | 8.17 | 11.29 | 7.38 | - |
| YUV | 88.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 69 | 0.36 | 0 | 0.33 | 0.60 | 124.86 | 0.22 | 0.33 |
| Hex | 42 | 67 | 45 | 24 | 0 | 21 | 3C | 7D | 16 | 21 |
| Octal | 102 | 147 | 105 | 44 | 0 | 41 | 74 | 175 | 26 | 41 |
| Binary | 1000010 | 1100111 | 1000101 | 100100 | 0 | 100001 | 111100 | 1111101 | 10110 | 100001 |
Color Harmonies of #426745
Complementary color
Monochromatic Colors of #426745
Black with #426745
Text Example
Text Example
White with #426745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426745; }
p { color: rgb(66,103,69); }
H1.HeaderClassName
{
color: #426745;
}
.AnyTagClassName
{
color: #426745;
}
</style>
background-color css
<style>
a { background-color: #426745; }
a { background-color: rgb(66,103,69); }
div.DivClassName
{
background-color: #426745;
}
.BgClassName
{
background-color: #426745;
}
</style>
border-color css
<style>
span { border-color: #426745; }
span { border-color: rgb(66,103,69); }
td.TdClassName
{
border-color: #426745;
}
.TagClassName
{
border-color: #426745;
}
</style>