Shades of Corduroy #40564F
Tints of Corduroy #40564F
RGB
CMYK
RGB Variations
Color information
#40564F (or 0x40564F) is known color: Corduroy. HEX triplet: 40, 56 and 4F. RGB value is (64,86,79). Sum of RGB (Red+Green+Blue) = 64+86+79=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #40564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40564F is #BFA9B0. Grayscale: #4E4E4E. Windows color (decimal): -12560817 or 5199424. OLE color: 5199424.
HSL color Cylindrical-coordinate representation of color #40564F: hue angle of 160.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40564F is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 86 | 79 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.66 |
| HSL | 160.91º | 0.15% | 0.29% | - |
| HSV(B) | 160.91º | 0.26% | 0.34% | - |
| XYZ | 6.85 | 8.31 | 8.64 | - |
| YUV | 78.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 79 | 0.26 | 0 | 0.08 | 0.66 | 160.91 | 0.15 | 0.29 |
| Hex | 40 | 56 | 4F | 1A | 0 | 8 | 42 | A1 | F | 1D |
| Octal | 100 | 126 | 117 | 32 | 0 | 10 | 102 | 241 | 17 | 35 |
| Binary | 1000000 | 1010110 | 1001111 | 11010 | 0 | 1000 | 1000010 | 10100001 | 1111 | 11101 |
Color Harmonies of #40564F
Complementary color
Monochromatic Colors of #40564F
Black with #40564F
Text Example
Text Example
White with #40564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40564F; }
p { color: rgb(64,86,79); }
H1.HeaderClassName
{
color: #40564F;
}
.AnyTagClassName
{
color: #40564F;
}
</style>
background-color css
<style>
a { background-color: #40564F; }
a { background-color: rgb(64,86,79); }
div.DivClassName
{
background-color: #40564F;
}
.BgClassName
{
background-color: #40564F;
}
</style>
border-color css
<style>
span { border-color: #40564F; }
span { border-color: rgb(64,86,79); }
td.TdClassName
{
border-color: #40564F;
}
.TagClassName
{
border-color: #40564F;
}
</style>