Shades of Corduroy #414D49
Tints of Corduroy #414D49
RGB
CMYK
RGB Variations
Color information
#414D49 (or 0x414D49) is known color: Corduroy. HEX triplet: 41, 4D and 49. RGB value is (65,77,73). Sum of RGB (Red+Green+Blue) = 65+77+73=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 77 - color contains mainly: green. Hex color #414D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D49 is #BEB2B6. Grayscale: #484848. Windows color (decimal): -12497591 or 4803905. OLE color: 4803905.
HSL color Cylindrical-coordinate representation of color #414D49: hue angle of 160º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #414D49 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 73 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.70 |
| HSL | 160º | 0.08% | 0.28% | - |
| HSV(B) | 160º | 0.16% | 0.3% | - |
| XYZ | 6.04 | 6.91 | 7.32 | - |
| YUV | 72.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 73 | 0.16 | 0 | 0.05 | 0.70 | 160 | 0.08 | 0.28 |
| Hex | 41 | 4D | 49 | 10 | 0 | 5 | 46 | A0 | 8 | 1C |
| Octal | 101 | 115 | 111 | 20 | 0 | 5 | 106 | 240 | 10 | 34 |
| Binary | 1000001 | 1001101 | 1001001 | 10000 | 0 | 101 | 1000110 | 10100000 | 1000 | 11100 |
Color Harmonies of #414D49
Complementary color
Monochromatic Colors of #414D49
Black with #414D49
Text Example
Text Example
White with #414D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D49; }
p { color: rgb(65,77,73); }
H1.HeaderClassName
{
color: #414D49;
}
.AnyTagClassName
{
color: #414D49;
}
</style>
background-color css
<style>
a { background-color: #414D49; }
a { background-color: rgb(65,77,73); }
div.DivClassName
{
background-color: #414D49;
}
.BgClassName
{
background-color: #414D49;
}
</style>
border-color css
<style>
span { border-color: #414D49; }
span { border-color: rgb(65,77,73); }
td.TdClassName
{
border-color: #414D49;
}
.TagClassName
{
border-color: #414D49;
}
</style>