Shades of Corduroy #41554F
Tints of Corduroy #41554F
RGB
CMYK
RGB Variations
Color information
#41554F (or 0x41554F) is known color: Corduroy. HEX triplet: 41, 55 and 4F. RGB value is (65,85,79). Sum of RGB (Red+Green+Blue) = 65+85+79=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #41554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41554F is #BEAAB0. Grayscale: #4E4E4E. Windows color (decimal): -12495537 or 5199169. OLE color: 5199169.
HSL color Cylindrical-coordinate representation of color #41554F: hue angle of 162º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #41554F is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 79 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.67 |
| HSL | 162º | 0.13% | 0.29% | - |
| HSV(B) | 162º | 0.24% | 0.33% | - |
| XYZ | 6.84 | 8.19 | 8.62 | - |
| YUV | 78.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 79 | 0.24 | 0 | 0.07 | 0.67 | 162 | 0.13 | 0.29 |
| Hex | 41 | 55 | 4F | 18 | 0 | 7 | 43 | A2 | D | 1D |
| Octal | 101 | 125 | 117 | 30 | 0 | 7 | 103 | 242 | 15 | 35 |
| Binary | 1000001 | 1010101 | 1001111 | 11000 | 0 | 111 | 1000011 | 10100010 | 1101 | 11101 |
Color Harmonies of #41554F
Complementary color
Monochromatic Colors of #41554F
Black with #41554F
Text Example
Text Example
White with #41554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41554F; }
p { color: rgb(65,85,79); }
H1.HeaderClassName
{
color: #41554F;
}
.AnyTagClassName
{
color: #41554F;
}
</style>
background-color css
<style>
a { background-color: #41554F; }
a { background-color: rgb(65,85,79); }
div.DivClassName
{
background-color: #41554F;
}
.BgClassName
{
background-color: #41554F;
}
</style>
border-color css
<style>
span { border-color: #41554F; }
span { border-color: rgb(65,85,79); }
td.TdClassName
{
border-color: #41554F;
}
.TagClassName
{
border-color: #41554F;
}
</style>