Shades of Corduroy #415750
Tints of Corduroy #415750
RGB
CMYK
RGB Variations
Color information
#415750 (or 0x415750) is known color: Corduroy. HEX triplet: 41, 57 and 50. RGB value is (65,87,80). Sum of RGB (Red+Green+Blue) = 65+87+80=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #415750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415750 is #BEA8AF. Grayscale: #4F4F4F. Windows color (decimal): -12495024 or 5265217. OLE color: 5265217.
HSL color Cylindrical-coordinate representation of color #415750: hue angle of 160.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #415750 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 80 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.66 |
| HSL | 160.91º | 0.14% | 0.3% | - |
| HSV(B) | 160.91º | 0.25% | 0.34% | - |
| XYZ | 7.04 | 8.52 | 8.86 | - |
| YUV | 79.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 80 | 0.25 | 0 | 0.08 | 0.66 | 160.91 | 0.14 | 0.3 |
| Hex | 41 | 57 | 50 | 19 | 0 | 8 | 42 | A1 | E | 1E |
| Octal | 101 | 127 | 120 | 31 | 0 | 10 | 102 | 241 | 16 | 36 |
| Binary | 1000001 | 1010111 | 1010000 | 11001 | 0 | 1000 | 1000010 | 10100001 | 1110 | 11110 |
Color Harmonies of #415750
Complementary color
Monochromatic Colors of #415750
Black with #415750
Text Example
Text Example
White with #415750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415750; }
p { color: rgb(65,87,80); }
H1.HeaderClassName
{
color: #415750;
}
.AnyTagClassName
{
color: #415750;
}
</style>
background-color css
<style>
a { background-color: #415750; }
a { background-color: rgb(65,87,80); }
div.DivClassName
{
background-color: #415750;
}
.BgClassName
{
background-color: #415750;
}
</style>
border-color css
<style>
span { border-color: #415750; }
span { border-color: rgb(65,87,80); }
td.TdClassName
{
border-color: #415750;
}
.TagClassName
{
border-color: #415750;
}
</style>