Shades of Corduroy #41534F
Tints of Corduroy #41534F
RGB
CMYK
RGB Variations
Color information
#41534F (or 0x41534F) is known color: Corduroy. HEX triplet: 41, 53 and 4F. RGB value is (65,83,79). Sum of RGB (Red+Green+Blue) = 65+83+79=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #41534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41534F is #BEACB0. Grayscale: #4D4D4D. Windows color (decimal): -12496049 or 5198657. OLE color: 5198657.
HSL color Cylindrical-coordinate representation of color #41534F: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #41534F is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 83 | 79 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.67 |
| HSL | 166.67º | 0.12% | 0.29% | - |
| HSV(B) | 166.67º | 0.22% | 0.33% | - |
| XYZ | 6.68 | 7.87 | 8.56 | - |
| YUV | 77.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 79 | 0.22 | 0 | 0.05 | 0.67 | 166.67 | 0.12 | 0.29 |
| Hex | 41 | 53 | 4F | 16 | 0 | 5 | 43 | A7 | C | 1D |
| Octal | 101 | 123 | 117 | 26 | 0 | 5 | 103 | 247 | 14 | 35 |
| Binary | 1000001 | 1010011 | 1001111 | 10110 | 0 | 101 | 1000011 | 10100111 | 1100 | 11101 |
Color Harmonies of #41534F
Complementary color
Monochromatic Colors of #41534F
Black with #41534F
Text Example
Text Example
White with #41534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41534F; }
p { color: rgb(65,83,79); }
H1.HeaderClassName
{
color: #41534F;
}
.AnyTagClassName
{
color: #41534F;
}
</style>
background-color css
<style>
a { background-color: #41534F; }
a { background-color: rgb(65,83,79); }
div.DivClassName
{
background-color: #41534F;
}
.BgClassName
{
background-color: #41534F;
}
</style>
border-color css
<style>
span { border-color: #41534F; }
span { border-color: rgb(65,83,79); }
td.TdClassName
{
border-color: #41534F;
}
.TagClassName
{
border-color: #41534F;
}
</style>