Shades of Grey-Asparagus #425C42
Tints of Grey-Asparagus #425C42
RGB
CMYK
RGB Variations
Color information
#425C42 (or 0x425C42) is known color: Grey-Asparagus. HEX triplet: 42, 5C and 42. RGB value is (66,92,66). Sum of RGB (Red+Green+Blue) = 66+92+66=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 92 - color contains mainly: green. Hex color #425C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C42 is #BDA3BD. Grayscale: #515151. Windows color (decimal): -12428222 or 4348994. OLE color: 4348994.
HSL color Cylindrical-coordinate representation of color #425C42: hue angle of 120º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C42 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 66 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.64 |
| HSL | 120º | 0.16% | 0.31% | - |
| HSV(B) | 120º | 0.28% | 0.36% | - |
| XYZ | 7.06 | 9.21 | 6.56 | - |
| YUV | 81.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 66 | 0.28 | 0 | 0.28 | 0.64 | 120 | 0.16 | 0.31 |
| Hex | 42 | 5C | 42 | 1C | 0 | 1C | 40 | 78 | 10 | 1F |
| Octal | 102 | 134 | 102 | 34 | 0 | 34 | 100 | 170 | 20 | 37 |
| Binary | 1000010 | 1011100 | 1000010 | 11100 | 0 | 11100 | 1000000 | 1111000 | 10000 | 11111 |
Color Harmonies of #425C42
Complementary color
Monochromatic Colors of #425C42
Black with #425C42
Text Example
Text Example
White with #425C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C42; }
p { color: rgb(66,92,66); }
H1.HeaderClassName
{
color: #425C42;
}
.AnyTagClassName
{
color: #425C42;
}
</style>
background-color css
<style>
a { background-color: #425C42; }
a { background-color: rgb(66,92,66); }
div.DivClassName
{
background-color: #425C42;
}
.BgClassName
{
background-color: #425C42;
}
</style>
border-color css
<style>
span { border-color: #425C42; }
span { border-color: rgb(66,92,66); }
td.TdClassName
{
border-color: #425C42;
}
.TagClassName
{
border-color: #425C42;
}
</style>