Shades of Corduroy #414D4B
Tints of Corduroy #414D4B
RGB
CMYK
RGB Variations
Color information
#414D4B (or 0x414D4B) is known color: Corduroy. HEX triplet: 41, 4D and 4B. RGB value is (65,77,75). Sum of RGB (Red+Green+Blue) = 65+77+75=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 77 - color contains mainly: green. Hex color #414D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D4B is #BEB2B4. Grayscale: #494949. Windows color (decimal): -12497589 or 4934977. OLE color: 4934977.
HSL color Cylindrical-coordinate representation of color #414D4B: hue angle of 170º 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 #414D4B is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 75 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.70 |
| HSL | 170º | 0.08% | 0.28% | - |
| HSV(B) | 170º | 0.16% | 0.3% | - |
| XYZ | 6.1 | 6.94 | 7.67 | - |
| YUV | 73.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 75 | 0.16 | 0 | 0.03 | 0.70 | 170 | 0.08 | 0.28 |
| Hex | 41 | 4D | 4B | 10 | 0 | 3 | 46 | AA | 8 | 1C |
| Octal | 101 | 115 | 113 | 20 | 0 | 3 | 106 | 252 | 10 | 34 |
| Binary | 1000001 | 1001101 | 1001011 | 10000 | 0 | 11 | 1000110 | 10101010 | 1000 | 11100 |
Color Harmonies of #414D4B
Complementary color
Monochromatic Colors of #414D4B
Black with #414D4B
Text Example
Text Example
White with #414D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D4B; }
p { color: rgb(65,77,75); }
H1.HeaderClassName
{
color: #414D4B;
}
.AnyTagClassName
{
color: #414D4B;
}
</style>
background-color css
<style>
a { background-color: #414D4B; }
a { background-color: rgb(65,77,75); }
div.DivClassName
{
background-color: #414D4B;
}
.BgClassName
{
background-color: #414D4B;
}
</style>
border-color css
<style>
span { border-color: #414D4B; }
span { border-color: rgb(65,77,75); }
td.TdClassName
{
border-color: #414D4B;
}
.TagClassName
{
border-color: #414D4B;
}
</style>