Shades of Grey-Asparagus #425A44
Tints of Grey-Asparagus #425A44
RGB
CMYK
RGB Variations
Color information
#425A44 (or 0x425A44) is known color: Grey-Asparagus. HEX triplet: 42, 5A and 44. RGB value is (66,90,68). Sum of RGB (Red+Green+Blue) = 66+90+68=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #425A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A44 is #BDA5BB. Grayscale: #505050. Windows color (decimal): -12428732 or 4479554. OLE color: 4479554.
HSL color Cylindrical-coordinate representation of color #425A44: hue angle of 125º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A44 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 68 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.65 |
| HSL | 125º | 0.15% | 0.31% | - |
| HSV(B) | 125º | 0.27% | 0.35% | - |
| XYZ | 6.95 | 8.89 | 6.82 | - |
| YUV | 80.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 68 | 0.27 | 0 | 0.24 | 0.65 | 125 | 0.15 | 0.31 |
| Hex | 42 | 5A | 44 | 1B | 0 | 18 | 41 | 7D | F | 1F |
| Octal | 102 | 132 | 104 | 33 | 0 | 30 | 101 | 175 | 17 | 37 |
| Binary | 1000010 | 1011010 | 1000100 | 11011 | 0 | 11000 | 1000001 | 1111101 | 1111 | 11111 |
Color Harmonies of #425A44
Complementary color
Monochromatic Colors of #425A44
Black with #425A44
Text Example
Text Example
White with #425A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A44; }
p { color: rgb(66,90,68); }
H1.HeaderClassName
{
color: #425A44;
}
.AnyTagClassName
{
color: #425A44;
}
</style>
background-color css
<style>
a { background-color: #425A44; }
a { background-color: rgb(66,90,68); }
div.DivClassName
{
background-color: #425A44;
}
.BgClassName
{
background-color: #425A44;
}
</style>
border-color css
<style>
span { border-color: #425A44; }
span { border-color: rgb(66,90,68); }
td.TdClassName
{
border-color: #425A44;
}
.TagClassName
{
border-color: #425A44;
}
</style>