Shades of Grey-Asparagus #425E3F
Tints of Grey-Asparagus #425E3F
RGB
CMYK
RGB Variations
Color information
#425E3F (or 0x425E3F) is known color: Grey-Asparagus. HEX triplet: 42, 5E and 3F. RGB value is (66,94,63). Sum of RGB (Red+Green+Blue) = 66+94+63=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #425E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E3F is #BDA1C0. Grayscale: #525252. Windows color (decimal): -12427713 or 4152898. OLE color: 4152898.
HSL color Cylindrical-coordinate representation of color #425E3F: hue angle of 114.19º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425E3F is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 63 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.63 |
| HSL | 114.19º | 0.2% | 0.31% | - |
| HSV(B) | 114.19º | 0.33% | 0.37% | - |
| XYZ | 7.15 | 9.52 | 6.16 | - |
| YUV | 82.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 63 | 0.30 | 0 | 0.33 | 0.63 | 114.19 | 0.2 | 0.31 |
| Hex | 42 | 5E | 3F | 1E | 0 | 21 | 3F | 72 | 14 | 1F |
| Octal | 102 | 136 | 77 | 36 | 0 | 41 | 77 | 162 | 24 | 37 |
| Binary | 1000010 | 1011110 | 111111 | 11110 | 0 | 100001 | 111111 | 1110010 | 10100 | 11111 |
Color Harmonies of #425E3F
Complementary color
Monochromatic Colors of #425E3F
Black with #425E3F
Text Example
Text Example
White with #425E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E3F; }
p { color: rgb(66,94,63); }
H1.HeaderClassName
{
color: #425E3F;
}
.AnyTagClassName
{
color: #425E3F;
}
</style>
background-color css
<style>
a { background-color: #425E3F; }
a { background-color: rgb(66,94,63); }
div.DivClassName
{
background-color: #425E3F;
}
.BgClassName
{
background-color: #425E3F;
}
</style>
border-color css
<style>
span { border-color: #425E3F; }
span { border-color: rgb(66,94,63); }
td.TdClassName
{
border-color: #425E3F;
}
.TagClassName
{
border-color: #425E3F;
}
</style>