Shades of Corduroy #3A4E46
Tints of Corduroy #3A4E46
RGB
CMYK
RGB Variations
Color information
#3A4E46 (or 0x3A4E46) is known color: Corduroy. HEX triplet: 3A, 4E and 46. RGB value is (58,78,70). Sum of RGB (Red+Green+Blue) = 58+78+70=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E46 is #C5B1B9. Grayscale: #474747. Windows color (decimal): -12956090 or 4607546. OLE color: 4607546.
HSL color Cylindrical-coordinate representation of color #3A4E46: hue angle of 156º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A4E46 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 78 | 70 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.69 |
| HSL | 156º | 0.15% | 0.27% | - |
| HSV(B) | 156º | 0.26% | 0.31% | - |
| XYZ | 5.57 | 6.79 | 6.81 | - |
| YUV | 71.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 70 | 0.26 | 0 | 0.10 | 0.69 | 156 | 0.15 | 0.27 |
| Hex | 3A | 4E | 46 | 1A | 0 | A | 45 | 9C | F | 1B |
| Octal | 72 | 116 | 106 | 32 | 0 | 12 | 105 | 234 | 17 | 33 |
| Binary | 111010 | 1001110 | 1000110 | 11010 | 0 | 1010 | 1000101 | 10011100 | 1111 | 11011 |
Color Harmonies of #3A4E46
Complementary color
Monochromatic Colors of #3A4E46
Black with #3A4E46
Text Example
Text Example
White with #3A4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E46; }
p { color: rgb(58,78,70); }
H1.HeaderClassName
{
color: #3A4E46;
}
.AnyTagClassName
{
color: #3A4E46;
}
</style>
background-color css
<style>
a { background-color: #3A4E46; }
a { background-color: rgb(58,78,70); }
div.DivClassName
{
background-color: #3A4E46;
}
.BgClassName
{
background-color: #3A4E46;
}
</style>
border-color css
<style>
span { border-color: #3A4E46; }
span { border-color: rgb(58,78,70); }
td.TdClassName
{
border-color: #3A4E46;
}
.TagClassName
{
border-color: #3A4E46;
}
</style>