Shades of Grey-Asparagus #425B41
Tints of Grey-Asparagus #425B41
RGB
CMYK
RGB Variations
Color information
#425B41 (or 0x425B41) is known color: Grey-Asparagus. HEX triplet: 42, 5B and 41. RGB value is (66,91,65). Sum of RGB (Red+Green+Blue) = 66+91+65=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 91 - color contains mainly: green. Hex color #425B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B41 is #BDA4BE. Grayscale: #505050. Windows color (decimal): -12428479 or 4283202. OLE color: 4283202.
HSL color Cylindrical-coordinate representation of color #425B41: hue angle of 117.69º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425B41 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 65 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.64 |
| HSL | 117.69º | 0.17% | 0.31% | - |
| HSV(B) | 117.69º | 0.29% | 0.36% | - |
| XYZ | 6.94 | 9.02 | 6.38 | - |
| YUV | 80.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 65 | 0.27 | 0 | 0.29 | 0.64 | 117.69 | 0.17 | 0.31 |
| Hex | 42 | 5B | 41 | 1B | 0 | 1D | 40 | 76 | 11 | 1F |
| Octal | 102 | 133 | 101 | 33 | 0 | 35 | 100 | 166 | 21 | 37 |
| Binary | 1000010 | 1011011 | 1000001 | 11011 | 0 | 11101 | 1000000 | 1110110 | 10001 | 11111 |
Color Harmonies of #425B41
Complementary color
Monochromatic Colors of #425B41
Black with #425B41
Text Example
Text Example
White with #425B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B41; }
p { color: rgb(66,91,65); }
H1.HeaderClassName
{
color: #425B41;
}
.AnyTagClassName
{
color: #425B41;
}
</style>
background-color css
<style>
a { background-color: #425B41; }
a { background-color: rgb(66,91,65); }
div.DivClassName
{
background-color: #425B41;
}
.BgClassName
{
background-color: #425B41;
}
</style>
border-color css
<style>
span { border-color: #425B41; }
span { border-color: rgb(66,91,65); }
td.TdClassName
{
border-color: #425B41;
}
.TagClassName
{
border-color: #425B41;
}
</style>