Shades of Corduroy #3A4943
Tints of Corduroy #3A4943
RGB
CMYK
RGB Variations
Color information
#3A4943 (or 0x3A4943) is known color: Corduroy. HEX triplet: 3A, 49 and 43. RGB value is (58,73,67). Sum of RGB (Red+Green+Blue) = 58+73+67=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4943 is #C5B6BC. Grayscale: #434343. Windows color (decimal): -12957373 or 4409658. OLE color: 4409658.
HSL color Cylindrical-coordinate representation of color #3A4943: hue angle of 156º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A4943 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 67 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.71 |
| HSL | 156º | 0.11% | 0.26% | - |
| HSV(B) | 156º | 0.21% | 0.29% | - |
| XYZ | 5.14 | 6.07 | 6.21 | - |
| YUV | 67.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 67 | 0.21 | 0 | 0.08 | 0.71 | 156 | 0.11 | 0.26 |
| Hex | 3A | 49 | 43 | 15 | 0 | 8 | 47 | 9C | B | 1A |
| Octal | 72 | 111 | 103 | 25 | 0 | 10 | 107 | 234 | 13 | 32 |
| Binary | 111010 | 1001001 | 1000011 | 10101 | 0 | 1000 | 1000111 | 10011100 | 1011 | 11010 |
Color Harmonies of #3A4943
Complementary color
Monochromatic Colors of #3A4943
Black with #3A4943
Text Example
Text Example
White with #3A4943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4943; }
p { color: rgb(58,73,67); }
H1.HeaderClassName
{
color: #3A4943;
}
.AnyTagClassName
{
color: #3A4943;
}
</style>
background-color css
<style>
a { background-color: #3A4943; }
a { background-color: rgb(58,73,67); }
div.DivClassName
{
background-color: #3A4943;
}
.BgClassName
{
background-color: #3A4943;
}
</style>
border-color css
<style>
span { border-color: #3A4943; }
span { border-color: rgb(58,73,67); }
td.TdClassName
{
border-color: #3A4943;
}
.TagClassName
{
border-color: #3A4943;
}
</style>