Shades of Corduroy #3A4C48
Tints of Corduroy #3A4C48
RGB
CMYK
RGB Variations
Color information
#3A4C48 (or 0x3A4C48) is known color: Corduroy. HEX triplet: 3A, 4C and 48. RGB value is (58,76,72). Sum of RGB (Red+Green+Blue) = 58+76+72=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C48 is #C5B3B7. Grayscale: #464646. Windows color (decimal): -12956600 or 4738106. OLE color: 4738106.
HSL color Cylindrical-coordinate representation of color #3A4C48: hue angle of 166.67º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A4C48 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 72 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.70 |
| HSL | 166.67º | 0.13% | 0.26% | - |
| HSV(B) | 166.67º | 0.24% | 0.3% | - |
| XYZ | 5.5 | 6.54 | 7.1 | - |
| YUV | 70.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 72 | 0.24 | 0 | 0.05 | 0.70 | 166.67 | 0.13 | 0.26 |
| Hex | 3A | 4C | 48 | 18 | 0 | 5 | 46 | A7 | D | 1A |
| Octal | 72 | 114 | 110 | 30 | 0 | 5 | 106 | 247 | 15 | 32 |
| Binary | 111010 | 1001100 | 1001000 | 11000 | 0 | 101 | 1000110 | 10100111 | 1101 | 11010 |
Color Harmonies of #3A4C48
Complementary color
Monochromatic Colors of #3A4C48
Black with #3A4C48
Text Example
Text Example
White with #3A4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C48; }
p { color: rgb(58,76,72); }
H1.HeaderClassName
{
color: #3A4C48;
}
.AnyTagClassName
{
color: #3A4C48;
}
</style>
background-color css
<style>
a { background-color: #3A4C48; }
a { background-color: rgb(58,76,72); }
div.DivClassName
{
background-color: #3A4C48;
}
.BgClassName
{
background-color: #3A4C48;
}
</style>
border-color css
<style>
span { border-color: #3A4C48; }
span { border-color: rgb(58,76,72); }
td.TdClassName
{
border-color: #3A4C48;
}
.TagClassName
{
border-color: #3A4C48;
}
</style>