Shades of Corduroy #40524E
Tints of Corduroy #40524E
RGB
CMYK
RGB Variations
Color information
#40524E (or 0x40524E) is known color: Corduroy. HEX triplet: 40, 52 and 4E. RGB value is (64,82,78). Sum of RGB (Red+Green+Blue) = 64+82+78=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #40524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40524E is #BFADB1. Grayscale: #4C4C4C. Windows color (decimal): -12561842 or 5132864. OLE color: 5132864.
HSL color Cylindrical-coordinate representation of color #40524E: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #40524E is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 78 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.68 |
| HSL | 166.67º | 0.12% | 0.29% | - |
| HSV(B) | 166.67º | 0.22% | 0.32% | - |
| XYZ | 6.51 | 7.67 | 8.35 | - |
| YUV | 76.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 78 | 0.22 | 0 | 0.05 | 0.68 | 166.67 | 0.12 | 0.29 |
| Hex | 40 | 52 | 4E | 16 | 0 | 5 | 44 | A7 | C | 1D |
| Octal | 100 | 122 | 116 | 26 | 0 | 5 | 104 | 247 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1001110 | 10110 | 0 | 101 | 1000100 | 10100111 | 1100 | 11101 |
Color Harmonies of #40524E
Complementary color
Monochromatic Colors of #40524E
Black with #40524E
Text Example
Text Example
White with #40524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40524E; }
p { color: rgb(64,82,78); }
H1.HeaderClassName
{
color: #40524E;
}
.AnyTagClassName
{
color: #40524E;
}
</style>
background-color css
<style>
a { background-color: #40524E; }
a { background-color: rgb(64,82,78); }
div.DivClassName
{
background-color: #40524E;
}
.BgClassName
{
background-color: #40524E;
}
</style>
border-color css
<style>
span { border-color: #40524E; }
span { border-color: rgb(64,82,78); }
td.TdClassName
{
border-color: #40524E;
}
.TagClassName
{
border-color: #40524E;
}
</style>