Shades of Corduroy #42514D
Tints of Corduroy #42514D
RGB
CMYK
RGB Variations
Color information
#42514D (or 0x42514D) is known color: Corduroy. HEX triplet: 42, 51 and 4D. RGB value is (66,81,77). Sum of RGB (Red+Green+Blue) = 66+81+77=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #42514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42514D is #BDAEB2. Grayscale: #4C4C4C. Windows color (decimal): -12431027 or 5067074. OLE color: 5067074.
HSL color Cylindrical-coordinate representation of color #42514D: hue angle of 164º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #42514D is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 81 | 77 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.68 |
| HSL | 164º | 0.1% | 0.29% | - |
| HSV(B) | 164º | 0.19% | 0.32% | - |
| XYZ | 6.53 | 7.58 | 8.14 | - |
| YUV | 76.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 77 | 0.19 | 0 | 0.05 | 0.68 | 164 | 0.1 | 0.29 |
| Hex | 42 | 51 | 4D | 13 | 0 | 5 | 44 | A4 | A | 1D |
| Octal | 102 | 121 | 115 | 23 | 0 | 5 | 104 | 244 | 12 | 35 |
| Binary | 1000010 | 1010001 | 1001101 | 10011 | 0 | 101 | 1000100 | 10100100 | 1010 | 11101 |
Color Harmonies of #42514D
Complementary color
Monochromatic Colors of #42514D
Black with #42514D
Text Example
Text Example
White with #42514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42514D; }
p { color: rgb(66,81,77); }
H1.HeaderClassName
{
color: #42514D;
}
.AnyTagClassName
{
color: #42514D;
}
</style>
background-color css
<style>
a { background-color: #42514D; }
a { background-color: rgb(66,81,77); }
div.DivClassName
{
background-color: #42514D;
}
.BgClassName
{
background-color: #42514D;
}
</style>
border-color css
<style>
span { border-color: #42514D; }
span { border-color: rgb(66,81,77); }
td.TdClassName
{
border-color: #42514D;
}
.TagClassName
{
border-color: #42514D;
}
</style>