Shades of Corduroy #434D49
Tints of Corduroy #434D49
RGB
CMYK
RGB Variations
Color information
#434D49 (or 0x434D49) is known color: Corduroy. HEX triplet: 43, 4D and 49. RGB value is (67,77,73). Sum of RGB (Red+Green+Blue) = 67+77+73=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 77 - color contains mainly: green. Hex color #434D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D49 is #BCB2B6. Grayscale: #494949. Windows color (decimal): -12366519 or 4803907. OLE color: 4803907.
HSL color Cylindrical-coordinate representation of color #434D49: hue angle of 156º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D49 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 73 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.70 |
| HSL | 156º | 0.07% | 0.28% | - |
| HSV(B) | 156º | 0.13% | 0.3% | - |
| XYZ | 6.17 | 6.98 | 7.33 | - |
| YUV | 73.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 73 | 0.13 | 0 | 0.05 | 0.70 | 156 | 0.07 | 0.28 |
| Hex | 43 | 4D | 49 | D | 0 | 5 | 46 | 9C | 7 | 1C |
| Octal | 103 | 115 | 111 | 15 | 0 | 5 | 106 | 234 | 7 | 34 |
| Binary | 1000011 | 1001101 | 1001001 | 1101 | 0 | 101 | 1000110 | 10011100 | 111 | 11100 |
Color Harmonies of #434D49
Complementary color
Monochromatic Colors of #434D49
Black with #434D49
Text Example
Text Example
White with #434D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D49; }
p { color: rgb(67,77,73); }
H1.HeaderClassName
{
color: #434D49;
}
.AnyTagClassName
{
color: #434D49;
}
</style>
background-color css
<style>
a { background-color: #434D49; }
a { background-color: rgb(67,77,73); }
div.DivClassName
{
background-color: #434D49;
}
.BgClassName
{
background-color: #434D49;
}
</style>
border-color css
<style>
span { border-color: #434D49; }
span { border-color: rgb(67,77,73); }
td.TdClassName
{
border-color: #434D49;
}
.TagClassName
{
border-color: #434D49;
}
</style>