Shades of Grey-Asparagus #425A45
Tints of Grey-Asparagus #425A45
RGB
CMYK
RGB Variations
Color information
#425A45 (or 0x425A45) is known color: Grey-Asparagus. HEX triplet: 42, 5A and 45. RGB value is (66,90,69). Sum of RGB (Red+Green+Blue) = 66+90+69=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #425A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A45 is #BDA5BA. Grayscale: #505050. Windows color (decimal): -12428731 or 4545090. OLE color: 4545090.
HSL color Cylindrical-coordinate representation of color #425A45: hue angle of 127.5º 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 #425A45 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 69 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.65 |
| HSL | 127.5º | 0.15% | 0.31% | - |
| HSV(B) | 127.5º | 0.27% | 0.35% | - |
| XYZ | 6.98 | 8.9 | 6.98 | - |
| YUV | 80.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 69 | 0.27 | 0 | 0.23 | 0.65 | 127.5 | 0.15 | 0.31 |
| Hex | 42 | 5A | 45 | 1B | 0 | 17 | 41 | 80 | F | 1F |
| Octal | 102 | 132 | 105 | 33 | 0 | 27 | 101 | 200 | 17 | 37 |
| Binary | 1000010 | 1011010 | 1000101 | 11011 | 0 | 10111 | 1000001 | 10000000 | 1111 | 11111 |
Color Harmonies of #425A45
Complementary color
Monochromatic Colors of #425A45
Black with #425A45
Text Example
Text Example
White with #425A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A45; }
p { color: rgb(66,90,69); }
H1.HeaderClassName
{
color: #425A45;
}
.AnyTagClassName
{
color: #425A45;
}
</style>
background-color css
<style>
a { background-color: #425A45; }
a { background-color: rgb(66,90,69); }
div.DivClassName
{
background-color: #425A45;
}
.BgClassName
{
background-color: #425A45;
}
</style>
border-color css
<style>
span { border-color: #425A45; }
span { border-color: rgb(66,90,69); }
td.TdClassName
{
border-color: #425A45;
}
.TagClassName
{
border-color: #425A45;
}
</style>