Shades of Grey-Asparagus #40633F
Tints of Grey-Asparagus #40633F
RGB
CMYK
RGB Variations
Color information
#40633F (or 0x40633F) is known color: Grey-Asparagus. HEX triplet: 40, 63 and 3F. RGB value is (64,99,63). Sum of RGB (Red+Green+Blue) = 64+99+63=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #40633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40633F is #BF9CC0. Grayscale: #545454. Windows color (decimal): -12557505 or 4154176. OLE color: 4154176.
HSL color Cylindrical-coordinate representation of color #40633F: hue angle of 118.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40633F is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 99 | 63 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.61 |
| HSL | 118.33º | 0.22% | 0.32% | - |
| HSV(B) | 118.33º | 0.36% | 0.39% | - |
| XYZ | 7.47 | 10.37 | 6.31 | - |
| YUV | 84.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 63 | 0.35 | 0 | 0.36 | 0.61 | 118.33 | 0.22 | 0.32 |
| Hex | 40 | 63 | 3F | 23 | 0 | 24 | 3D | 76 | 16 | 20 |
| Octal | 100 | 143 | 77 | 43 | 0 | 44 | 75 | 166 | 26 | 40 |
| Binary | 1000000 | 1100011 | 111111 | 100011 | 0 | 100100 | 111101 | 1110110 | 10110 | 100000 |
Color Harmonies of #40633F
Complementary color
Monochromatic Colors of #40633F
Black with #40633F
Text Example
Text Example
White with #40633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40633F; }
p { color: rgb(64,99,63); }
H1.HeaderClassName
{
color: #40633F;
}
.AnyTagClassName
{
color: #40633F;
}
</style>
background-color css
<style>
a { background-color: #40633F; }
a { background-color: rgb(64,99,63); }
div.DivClassName
{
background-color: #40633F;
}
.BgClassName
{
background-color: #40633F;
}
</style>
border-color css
<style>
span { border-color: #40633F; }
span { border-color: rgb(64,99,63); }
td.TdClassName
{
border-color: #40633F;
}
.TagClassName
{
border-color: #40633F;
}
</style>