Shades of Corduroy #3A4942
Tints of Corduroy #3A4942
RGB
CMYK
RGB Variations
Color information
#3A4942 (or 0x3A4942) is known color: Corduroy. HEX triplet: 3A, 49 and 42. RGB value is (58,73,66). Sum of RGB (Red+Green+Blue) = 58+73+66=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4942 is #C5B6BD. Grayscale: #434343. Windows color (decimal): -12957374 or 4344122. OLE color: 4344122.
HSL color Cylindrical-coordinate representation of color #3A4942: hue angle of 152º 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 #3A4942 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 66 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.71 |
| HSL | 152º | 0.11% | 0.26% | - |
| HSV(B) | 152º | 0.21% | 0.29% | - |
| XYZ | 5.11 | 6.06 | 6.05 | - |
| YUV | 67.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 66 | 0.21 | 0 | 0.10 | 0.71 | 152 | 0.11 | 0.26 |
| Hex | 3A | 49 | 42 | 15 | 0 | A | 47 | 98 | B | 1A |
| Octal | 72 | 111 | 102 | 25 | 0 | 12 | 107 | 230 | 13 | 32 |
| Binary | 111010 | 1001001 | 1000010 | 10101 | 0 | 1010 | 1000111 | 10011000 | 1011 | 11010 |
Color Harmonies of #3A4942
Complementary color
Monochromatic Colors of #3A4942
Black with #3A4942
Text Example
Text Example
White with #3A4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4942; }
p { color: rgb(58,73,66); }
H1.HeaderClassName
{
color: #3A4942;
}
.AnyTagClassName
{
color: #3A4942;
}
</style>
background-color css
<style>
a { background-color: #3A4942; }
a { background-color: rgb(58,73,66); }
div.DivClassName
{
background-color: #3A4942;
}
.BgClassName
{
background-color: #3A4942;
}
</style>
border-color css
<style>
span { border-color: #3A4942; }
span { border-color: rgb(58,73,66); }
td.TdClassName
{
border-color: #3A4942;
}
.TagClassName
{
border-color: #3A4942;
}
</style>