Shades of Corduroy #40554E
Tints of Corduroy #40554E
RGB
CMYK
RGB Variations
Color information
#40554E (or 0x40554E) is known color: Corduroy. HEX triplet: 40, 55 and 4E. RGB value is (64,85,78). Sum of RGB (Red+Green+Blue) = 64+85+78=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #40554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40554E is #BFAAB1. Grayscale: #4D4D4D. Windows color (decimal): -12561074 or 5133632. OLE color: 5133632.
HSL color Cylindrical-coordinate representation of color #40554E: hue angle of 160º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #40554E is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 78 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.67 |
| HSL | 160º | 0.14% | 0.29% | - |
| HSV(B) | 160º | 0.25% | 0.33% | - |
| XYZ | 6.74 | 8.14 | 8.42 | - |
| YUV | 77.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 78 | 0.25 | 0 | 0.08 | 0.67 | 160 | 0.14 | 0.29 |
| Hex | 40 | 55 | 4E | 19 | 0 | 8 | 43 | A0 | E | 1D |
| Octal | 100 | 125 | 116 | 31 | 0 | 10 | 103 | 240 | 16 | 35 |
| Binary | 1000000 | 1010101 | 1001110 | 11001 | 0 | 1000 | 1000011 | 10100000 | 1110 | 11101 |
Color Harmonies of #40554E
Complementary color
Monochromatic Colors of #40554E
Black with #40554E
Text Example
Text Example
White with #40554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40554E; }
p { color: rgb(64,85,78); }
H1.HeaderClassName
{
color: #40554E;
}
.AnyTagClassName
{
color: #40554E;
}
</style>
background-color css
<style>
a { background-color: #40554E; }
a { background-color: rgb(64,85,78); }
div.DivClassName
{
background-color: #40554E;
}
.BgClassName
{
background-color: #40554E;
}
</style>
border-color css
<style>
span { border-color: #40554E; }
span { border-color: rgb(64,85,78); }
td.TdClassName
{
border-color: #40554E;
}
.TagClassName
{
border-color: #40554E;
}
</style>