Shades of Corduroy #40524C
Tints of Corduroy #40524C
RGB
CMYK
RGB Variations
Color information
#40524C (or 0x40524C) is known color: Corduroy. HEX triplet: 40, 52 and 4C. RGB value is (64,82,76). Sum of RGB (Red+Green+Blue) = 64+82+76=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #40524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40524C is #BFADB3. Grayscale: #4B4B4B. Windows color (decimal): -12561844 or 5001792. OLE color: 5001792.
HSL color Cylindrical-coordinate representation of color #40524C: hue angle of 160º 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 #40524C is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 76 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.68 |
| HSL | 160º | 0.12% | 0.29% | - |
| HSV(B) | 160º | 0.22% | 0.32% | - |
| XYZ | 6.44 | 7.65 | 7.97 | - |
| YUV | 75.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 76 | 0.22 | 0 | 0.07 | 0.68 | 160 | 0.12 | 0.29 |
| Hex | 40 | 52 | 4C | 16 | 0 | 7 | 44 | A0 | C | 1D |
| Octal | 100 | 122 | 114 | 26 | 0 | 7 | 104 | 240 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1001100 | 10110 | 0 | 111 | 1000100 | 10100000 | 1100 | 11101 |
Color Harmonies of #40524C
Complementary color
Monochromatic Colors of #40524C
Black with #40524C
Text Example
Text Example
White with #40524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40524C; }
p { color: rgb(64,82,76); }
H1.HeaderClassName
{
color: #40524C;
}
.AnyTagClassName
{
color: #40524C;
}
</style>
background-color css
<style>
a { background-color: #40524C; }
a { background-color: rgb(64,82,76); }
div.DivClassName
{
background-color: #40524C;
}
.BgClassName
{
background-color: #40524C;
}
</style>
border-color css
<style>
span { border-color: #40524C; }
span { border-color: rgb(64,82,76); }
td.TdClassName
{
border-color: #40524C;
}
.TagClassName
{
border-color: #40524C;
}
</style>