Shades of Grey-Asparagus #425B43
Tints of Grey-Asparagus #425B43
RGB
CMYK
RGB Variations
Color information
#425B43 (or 0x425B43) is known color: Grey-Asparagus. HEX triplet: 42, 5B and 43. RGB value is (66,91,67). Sum of RGB (Red+Green+Blue) = 66+91+67=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #425B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B43 is #BDA4BC. Grayscale: #505050. Windows color (decimal): -12428477 or 4414274. OLE color: 4414274.
HSL color Cylindrical-coordinate representation of color #425B43: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425B43 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 67 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.64 |
| HSL | 122.4º | 0.16% | 0.31% | - |
| HSV(B) | 122.4º | 0.27% | 0.36% | - |
| XYZ | 7 | 9.05 | 6.69 | - |
| YUV | 80.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 67 | 0.27 | 0 | 0.26 | 0.64 | 122.4 | 0.16 | 0.31 |
| Hex | 42 | 5B | 43 | 1B | 0 | 1A | 40 | 7A | 10 | 1F |
| Octal | 102 | 133 | 103 | 33 | 0 | 32 | 100 | 172 | 20 | 37 |
| Binary | 1000010 | 1011011 | 1000011 | 11011 | 0 | 11010 | 1000000 | 1111010 | 10000 | 11111 |
Color Harmonies of #425B43
Complementary color
Monochromatic Colors of #425B43
Black with #425B43
Text Example
Text Example
White with #425B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B43; }
p { color: rgb(66,91,67); }
H1.HeaderClassName
{
color: #425B43;
}
.AnyTagClassName
{
color: #425B43;
}
</style>
background-color css
<style>
a { background-color: #425B43; }
a { background-color: rgb(66,91,67); }
div.DivClassName
{
background-color: #425B43;
}
.BgClassName
{
background-color: #425B43;
}
</style>
border-color css
<style>
span { border-color: #425B43; }
span { border-color: rgb(66,91,67); }
td.TdClassName
{
border-color: #425B43;
}
.TagClassName
{
border-color: #425B43;
}
</style>