Shades of Corduroy #40534D
Tints of Corduroy #40534D
RGB
CMYK
RGB Variations
Color information
#40534D (or 0x40534D) is known color: Corduroy. HEX triplet: 40, 53 and 4D. RGB value is (64,83,77). Sum of RGB (Red+Green+Blue) = 64+83+77=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #40534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40534D is #BFACB2. Grayscale: #4C4C4C. Windows color (decimal): -12561587 or 5067584. OLE color: 5067584.
HSL color Cylindrical-coordinate representation of color #40534D: hue angle of 161.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #40534D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 77 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.67 |
| HSL | 161.05º | 0.13% | 0.29% | - |
| HSV(B) | 161.05º | 0.23% | 0.33% | - |
| XYZ | 6.55 | 7.81 | 8.18 | - |
| YUV | 76.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 77 | 0.23 | 0 | 0.07 | 0.67 | 161.05 | 0.13 | 0.29 |
| Hex | 40 | 53 | 4D | 17 | 0 | 7 | 43 | A1 | D | 1D |
| Octal | 100 | 123 | 115 | 27 | 0 | 7 | 103 | 241 | 15 | 35 |
| Binary | 1000000 | 1010011 | 1001101 | 10111 | 0 | 111 | 1000011 | 10100001 | 1101 | 11101 |
Color Harmonies of #40534D
Complementary color
Monochromatic Colors of #40534D
Black with #40534D
Text Example
Text Example
White with #40534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40534D; }
p { color: rgb(64,83,77); }
H1.HeaderClassName
{
color: #40534D;
}
.AnyTagClassName
{
color: #40534D;
}
</style>
background-color css
<style>
a { background-color: #40534D; }
a { background-color: rgb(64,83,77); }
div.DivClassName
{
background-color: #40534D;
}
.BgClassName
{
background-color: #40534D;
}
</style>
border-color css
<style>
span { border-color: #40534D; }
span { border-color: rgb(64,83,77); }
td.TdClassName
{
border-color: #40534D;
}
.TagClassName
{
border-color: #40534D;
}
</style>