Shades of Corduroy #3A4F49
Tints of Corduroy #3A4F49
RGB
CMYK
RGB Variations
Color information
#3A4F49 (or 0x3A4F49) is known color: Corduroy. HEX triplet: 3A, 4F and 49. RGB value is (58,79,73). Sum of RGB (Red+Green+Blue) = 58+79+73=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F49 is #C5B0B6. Grayscale: #484848. Windows color (decimal): -12955831 or 4804410. OLE color: 4804410.
HSL color Cylindrical-coordinate representation of color #3A4F49: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4F49 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 73 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.69 |
| HSL | 162.86º | 0.15% | 0.27% | - |
| HSV(B) | 162.86º | 0.27% | 0.31% | - |
| XYZ | 5.74 | 6.97 | 7.35 | - |
| YUV | 72.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 73 | 0.27 | 0 | 0.08 | 0.69 | 162.86 | 0.15 | 0.27 |
| Hex | 3A | 4F | 49 | 1B | 0 | 8 | 45 | A3 | F | 1B |
| Octal | 72 | 117 | 111 | 33 | 0 | 10 | 105 | 243 | 17 | 33 |
| Binary | 111010 | 1001111 | 1001001 | 11011 | 0 | 1000 | 1000101 | 10100011 | 1111 | 11011 |
Color Harmonies of #3A4F49
Complementary color
Monochromatic Colors of #3A4F49
Black with #3A4F49
Text Example
Text Example
White with #3A4F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F49; }
p { color: rgb(58,79,73); }
H1.HeaderClassName
{
color: #3A4F49;
}
.AnyTagClassName
{
color: #3A4F49;
}
</style>
background-color css
<style>
a { background-color: #3A4F49; }
a { background-color: rgb(58,79,73); }
div.DivClassName
{
background-color: #3A4F49;
}
.BgClassName
{
background-color: #3A4F49;
}
</style>
border-color css
<style>
span { border-color: #3A4F49; }
span { border-color: rgb(58,79,73); }
td.TdClassName
{
border-color: #3A4F49;
}
.TagClassName
{
border-color: #3A4F49;
}
</style>