Shades of Corduroy #40544D
Tints of Corduroy #40544D
RGB
CMYK
RGB Variations
Color information
#40544D (or 0x40544D) is known color: Corduroy. HEX triplet: 40, 54 and 4D. RGB value is (64,84,77). Sum of RGB (Red+Green+Blue) = 64+84+77=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #40544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40544D is #BFABB2. Grayscale: #4D4D4D. Windows color (decimal): -12561331 or 5067840. OLE color: 5067840.
HSL color Cylindrical-coordinate representation of color #40544D: hue angle of 159º degrees, saturation: 0.14, 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 #40544D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 77 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.67 |
| HSL | 159º | 0.14% | 0.29% | - |
| HSV(B) | 159º | 0.24% | 0.33% | - |
| XYZ | 6.62 | 7.97 | 8.21 | - |
| YUV | 77.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 77 | 0.24 | 0 | 0.08 | 0.67 | 159 | 0.14 | 0.29 |
| Hex | 40 | 54 | 4D | 18 | 0 | 8 | 43 | 9F | E | 1D |
| Octal | 100 | 124 | 115 | 30 | 0 | 10 | 103 | 237 | 16 | 35 |
| Binary | 1000000 | 1010100 | 1001101 | 11000 | 0 | 1000 | 1000011 | 10011111 | 1110 | 11101 |
Color Harmonies of #40544D
Complementary color
Monochromatic Colors of #40544D
Black with #40544D
Text Example
Text Example
White with #40544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40544D; }
p { color: rgb(64,84,77); }
H1.HeaderClassName
{
color: #40544D;
}
.AnyTagClassName
{
color: #40544D;
}
</style>
background-color css
<style>
a { background-color: #40544D; }
a { background-color: rgb(64,84,77); }
div.DivClassName
{
background-color: #40544D;
}
.BgClassName
{
background-color: #40544D;
}
</style>
border-color css
<style>
span { border-color: #40544D; }
span { border-color: rgb(64,84,77); }
td.TdClassName
{
border-color: #40544D;
}
.TagClassName
{
border-color: #40544D;
}
</style>