Shades of Grey-Asparagus #425F3F
Tints of Grey-Asparagus #425F3F
RGB
CMYK
RGB Variations
Color information
#425F3F (or 0x425F3F) is known color: Grey-Asparagus. HEX triplet: 42, 5F and 3F. RGB value is (66,95,63). Sum of RGB (Red+Green+Blue) = 66+95+63=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #425F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F3F is #BDA0C0. Grayscale: #525252. Windows color (decimal): -12427457 or 4153154. OLE color: 4153154.
HSL color Cylindrical-coordinate representation of color #425F3F: hue angle of 114.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425F3F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 63 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.63 |
| HSL | 114.38º | 0.2% | 0.31% | - |
| HSV(B) | 114.38º | 0.34% | 0.37% | - |
| XYZ | 7.24 | 9.7 | 6.19 | - |
| YUV | 82.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 63 | 0.31 | 0 | 0.34 | 0.63 | 114.38 | 0.2 | 0.31 |
| Hex | 42 | 5F | 3F | 1F | 0 | 22 | 3F | 72 | 14 | 1F |
| Octal | 102 | 137 | 77 | 37 | 0 | 42 | 77 | 162 | 24 | 37 |
| Binary | 1000010 | 1011111 | 111111 | 11111 | 0 | 100010 | 111111 | 1110010 | 10100 | 11111 |
Color Harmonies of #425F3F
Complementary color
Monochromatic Colors of #425F3F
Black with #425F3F
Text Example
Text Example
White with #425F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F3F; }
p { color: rgb(66,95,63); }
H1.HeaderClassName
{
color: #425F3F;
}
.AnyTagClassName
{
color: #425F3F;
}
</style>
background-color css
<style>
a { background-color: #425F3F; }
a { background-color: rgb(66,95,63); }
div.DivClassName
{
background-color: #425F3F;
}
.BgClassName
{
background-color: #425F3F;
}
</style>
border-color css
<style>
span { border-color: #425F3F; }
span { border-color: rgb(66,95,63); }
td.TdClassName
{
border-color: #425F3F;
}
.TagClassName
{
border-color: #425F3F;
}
</style>