Shades of Grey-Asparagus #425F42
Tints of Grey-Asparagus #425F42
RGB
CMYK
RGB Variations
Color information
#425F42 (or 0x425F42) is known color: Grey-Asparagus. HEX triplet: 42, 5F and 42. RGB value is (66,95,66). Sum of RGB (Red+Green+Blue) = 66+95+66=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #425F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F42 is #BDA0BD. Grayscale: #535353. Windows color (decimal): -12427454 or 4349762. OLE color: 4349762.
HSL color Cylindrical-coordinate representation of color #425F42: hue angle of 120º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F42 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 66 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.63 |
| HSL | 120º | 0.18% | 0.32% | - |
| HSV(B) | 120º | 0.31% | 0.37% | - |
| XYZ | 7.32 | 9.74 | 6.65 | - |
| YUV | 83.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 66 | 0.31 | 0 | 0.31 | 0.63 | 120 | 0.18 | 0.32 |
| Hex | 42 | 5F | 42 | 1F | 0 | 1F | 3F | 78 | 12 | 20 |
| Octal | 102 | 137 | 102 | 37 | 0 | 37 | 77 | 170 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1000010 | 11111 | 0 | 11111 | 111111 | 1111000 | 10010 | 100000 |
Color Harmonies of #425F42
Complementary color
Monochromatic Colors of #425F42
Black with #425F42
Text Example
Text Example
White with #425F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F42; }
p { color: rgb(66,95,66); }
H1.HeaderClassName
{
color: #425F42;
}
.AnyTagClassName
{
color: #425F42;
}
</style>
background-color css
<style>
a { background-color: #425F42; }
a { background-color: rgb(66,95,66); }
div.DivClassName
{
background-color: #425F42;
}
.BgClassName
{
background-color: #425F42;
}
</style>
border-color css
<style>
span { border-color: #425F42; }
span { border-color: rgb(66,95,66); }
td.TdClassName
{
border-color: #425F42;
}
.TagClassName
{
border-color: #425F42;
}
</style>