Shades of Grey-Asparagus #42683F
Tints of Grey-Asparagus #42683F
RGB
CMYK
RGB Variations
Color information
#42683F (or 0x42683F) is known color: Grey-Asparagus. HEX triplet: 42, 68 and 3F. RGB value is (66,104,63). Sum of RGB (Red+Green+Blue) = 66+104+63=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #42683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42683F is #BD97C0. Grayscale: #585858. Windows color (decimal): -12425153 or 4155458. OLE color: 4155458.
HSL color Cylindrical-coordinate representation of color #42683F: hue angle of 115.61º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42683F is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 63 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.59 |
| HSL | 115.61º | 0.25% | 0.33% | - |
| HSV(B) | 115.61º | 0.39% | 0.41% | - |
| XYZ | 8.09 | 11.42 | 6.48 | - |
| YUV | 87.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 63 | 0.37 | 0 | 0.39 | 0.59 | 115.61 | 0.25 | 0.33 |
| Hex | 42 | 68 | 3F | 25 | 0 | 27 | 3B | 74 | 19 | 21 |
| Octal | 102 | 150 | 77 | 45 | 0 | 47 | 73 | 164 | 31 | 41 |
| Binary | 1000010 | 1101000 | 111111 | 100101 | 0 | 100111 | 111011 | 1110100 | 11001 | 100001 |
Color Harmonies of #42683F
Complementary color
Monochromatic Colors of #42683F
Black with #42683F
Text Example
Text Example
White with #42683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42683F; }
p { color: rgb(66,104,63); }
H1.HeaderClassName
{
color: #42683F;
}
.AnyTagClassName
{
color: #42683F;
}
</style>
background-color css
<style>
a { background-color: #42683F; }
a { background-color: rgb(66,104,63); }
div.DivClassName
{
background-color: #42683F;
}
.BgClassName
{
background-color: #42683F;
}
</style>
border-color css
<style>
span { border-color: #42683F; }
span { border-color: rgb(66,104,63); }
td.TdClassName
{
border-color: #42683F;
}
.TagClassName
{
border-color: #42683F;
}
</style>