Shades of Corduroy #41514C
Tints of Corduroy #41514C
RGB
CMYK
RGB Variations
Color information
#41514C (or 0x41514C) is known color: Corduroy. HEX triplet: 41, 51 and 4C. RGB value is (65,81,76). Sum of RGB (Red+Green+Blue) = 65+81+76=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #41514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41514C is #BEAEB3. Grayscale: #4B4B4B. Windows color (decimal): -12496564 or 5001537. OLE color: 5001537.
HSL color Cylindrical-coordinate representation of color #41514C: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #41514C is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 76 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.68 |
| HSL | 161.25º | 0.11% | 0.29% | - |
| HSV(B) | 161.25º | 0.2% | 0.32% | - |
| XYZ | 6.43 | 7.53 | 7.95 | - |
| YUV | 75.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 76 | 0.20 | 0 | 0.06 | 0.68 | 161.25 | 0.11 | 0.29 |
| Hex | 41 | 51 | 4C | 14 | 0 | 6 | 44 | A1 | B | 1D |
| Octal | 101 | 121 | 114 | 24 | 0 | 6 | 104 | 241 | 13 | 35 |
| Binary | 1000001 | 1010001 | 1001100 | 10100 | 0 | 110 | 1000100 | 10100001 | 1011 | 11101 |
Color Harmonies of #41514C
Complementary color
Monochromatic Colors of #41514C
Black with #41514C
Text Example
Text Example
White with #41514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41514C; }
p { color: rgb(65,81,76); }
H1.HeaderClassName
{
color: #41514C;
}
.AnyTagClassName
{
color: #41514C;
}
</style>
background-color css
<style>
a { background-color: #41514C; }
a { background-color: rgb(65,81,76); }
div.DivClassName
{
background-color: #41514C;
}
.BgClassName
{
background-color: #41514C;
}
</style>
border-color css
<style>
span { border-color: #41514C; }
span { border-color: rgb(65,81,76); }
td.TdClassName
{
border-color: #41514C;
}
.TagClassName
{
border-color: #41514C;
}
</style>