Shades of Corduroy #3A4C44
Tints of Corduroy #3A4C44
RGB
CMYK
RGB Variations
Color information
#3A4C44 (or 0x3A4C44) is known color: Corduroy. HEX triplet: 3A, 4C and 44. RGB value is (58,76,68). Sum of RGB (Red+Green+Blue) = 58+76+68=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C44 is #C5B3BB. Grayscale: #454545. Windows color (decimal): -12956604 or 4475962. OLE color: 4475962.
HSL color Cylindrical-coordinate representation of color #3A4C44: hue angle of 153.33º 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 #3A4C44 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 68 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.70 |
| HSL | 153.33º | 0.13% | 0.26% | - |
| HSV(B) | 153.33º | 0.24% | 0.3% | - |
| XYZ | 5.37 | 6.49 | 6.44 | - |
| YUV | 69.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 68 | 0.24 | 0 | 0.11 | 0.70 | 153.33 | 0.13 | 0.26 |
| Hex | 3A | 4C | 44 | 18 | 0 | B | 46 | 99 | D | 1A |
| Octal | 72 | 114 | 104 | 30 | 0 | 13 | 106 | 231 | 15 | 32 |
| Binary | 111010 | 1001100 | 1000100 | 11000 | 0 | 1011 | 1000110 | 10011001 | 1101 | 11010 |
Color Harmonies of #3A4C44
Complementary color
Monochromatic Colors of #3A4C44
Black with #3A4C44
Text Example
Text Example
White with #3A4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C44; }
p { color: rgb(58,76,68); }
H1.HeaderClassName
{
color: #3A4C44;
}
.AnyTagClassName
{
color: #3A4C44;
}
</style>
background-color css
<style>
a { background-color: #3A4C44; }
a { background-color: rgb(58,76,68); }
div.DivClassName
{
background-color: #3A4C44;
}
.BgClassName
{
background-color: #3A4C44;
}
</style>
border-color css
<style>
span { border-color: #3A4C44; }
span { border-color: rgb(58,76,68); }
td.TdClassName
{
border-color: #3A4C44;
}
.TagClassName
{
border-color: #3A4C44;
}
</style>