Shades of Corduroy #41524D
Tints of Corduroy #41524D
RGB
CMYK
RGB Variations
Color information
#41524D (or 0x41524D) is known color: Corduroy. HEX triplet: 41, 52 and 4D. RGB value is (65,82,77). Sum of RGB (Red+Green+Blue) = 65+82+77=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #41524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41524D is #BEADB2. Grayscale: #4C4C4C. Windows color (decimal): -12496307 or 5067329. OLE color: 5067329.
HSL color Cylindrical-coordinate representation of color #41524D: hue angle of 162.35º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #41524D is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 77 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.68 |
| HSL | 162.35º | 0.12% | 0.29% | - |
| HSV(B) | 162.35º | 0.21% | 0.32% | - |
| XYZ | 6.54 | 7.69 | 8.16 | - |
| YUV | 76.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 77 | 0.21 | 0 | 0.06 | 0.68 | 162.35 | 0.12 | 0.29 |
| Hex | 41 | 52 | 4D | 15 | 0 | 6 | 44 | A2 | C | 1D |
| Octal | 101 | 122 | 115 | 25 | 0 | 6 | 104 | 242 | 14 | 35 |
| Binary | 1000001 | 1010010 | 1001101 | 10101 | 0 | 110 | 1000100 | 10100010 | 1100 | 11101 |
Color Harmonies of #41524D
Complementary color
Monochromatic Colors of #41524D
Black with #41524D
Text Example
Text Example
White with #41524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41524D; }
p { color: rgb(65,82,77); }
H1.HeaderClassName
{
color: #41524D;
}
.AnyTagClassName
{
color: #41524D;
}
</style>
background-color css
<style>
a { background-color: #41524D; }
a { background-color: rgb(65,82,77); }
div.DivClassName
{
background-color: #41524D;
}
.BgClassName
{
background-color: #41524D;
}
</style>
border-color css
<style>
span { border-color: #41524D; }
span { border-color: rgb(65,82,77); }
td.TdClassName
{
border-color: #41524D;
}
.TagClassName
{
border-color: #41524D;
}
</style>