Shades of Corduroy #41554E
Tints of Corduroy #41554E
RGB
CMYK
RGB Variations
Color information
#41554E (or 0x41554E) is known color: Corduroy. HEX triplet: 41, 55 and 4E. RGB value is (65,85,78). Sum of RGB (Red+Green+Blue) = 65+85+78=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #41554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41554E is #BEAAB1. Grayscale: #4E4E4E. Windows color (decimal): -12495538 or 5133633. OLE color: 5133633.
HSL color Cylindrical-coordinate representation of color #41554E: hue angle of 159º 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 #41554E is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 78 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.67 |
| HSL | 159º | 0.13% | 0.29% | - |
| HSV(B) | 159º | 0.24% | 0.33% | - |
| XYZ | 6.8 | 8.17 | 8.43 | - |
| YUV | 78.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 78 | 0.24 | 0 | 0.08 | 0.67 | 159 | 0.13 | 0.29 |
| Hex | 41 | 55 | 4E | 18 | 0 | 8 | 43 | 9F | D | 1D |
| Octal | 101 | 125 | 116 | 30 | 0 | 10 | 103 | 237 | 15 | 35 |
| Binary | 1000001 | 1010101 | 1001110 | 11000 | 0 | 1000 | 1000011 | 10011111 | 1101 | 11101 |
Color Harmonies of #41554E
Complementary color
Monochromatic Colors of #41554E
Black with #41554E
Text Example
Text Example
White with #41554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41554E; }
p { color: rgb(65,85,78); }
H1.HeaderClassName
{
color: #41554E;
}
.AnyTagClassName
{
color: #41554E;
}
</style>
background-color css
<style>
a { background-color: #41554E; }
a { background-color: rgb(65,85,78); }
div.DivClassName
{
background-color: #41554E;
}
.BgClassName
{
background-color: #41554E;
}
</style>
border-color css
<style>
span { border-color: #41554E; }
span { border-color: rgb(65,85,78); }
td.TdClassName
{
border-color: #41554E;
}
.TagClassName
{
border-color: #41554E;
}
</style>