Shades of Corduroy #394D46
Tints of Corduroy #394D46
RGB
CMYK
RGB Variations
Color information
#394D46 (or 0x394D46) is known color: Corduroy. HEX triplet: 39, 4D and 46. RGB value is (57,77,70). Sum of RGB (Red+Green+Blue) = 57+77+70=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 77 - color contains mainly: green. Hex color #394D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D46 is #C6B2B9. Grayscale: #464646. Windows color (decimal): -13021882 or 4607289. OLE color: 4607289.
HSL color Cylindrical-coordinate representation of color #394D46: hue angle of 159º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394D46 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 70 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.70 |
| HSL | 159º | 0.15% | 0.26% | - |
| HSV(B) | 159º | 0.26% | 0.3% | - |
| XYZ | 5.45 | 6.62 | 6.79 | - |
| YUV | 70.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 70 | 0.26 | 0 | 0.09 | 0.70 | 159 | 0.15 | 0.26 |
| Hex | 39 | 4D | 46 | 1A | 0 | 9 | 46 | 9F | F | 1A |
| Octal | 71 | 115 | 106 | 32 | 0 | 11 | 106 | 237 | 17 | 32 |
| Binary | 111001 | 1001101 | 1000110 | 11010 | 0 | 1001 | 1000110 | 10011111 | 1111 | 11010 |
Color Harmonies of #394D46
Complementary color
Monochromatic Colors of #394D46
Black with #394D46
Text Example
Text Example
White with #394D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D46; }
p { color: rgb(57,77,70); }
H1.HeaderClassName
{
color: #394D46;
}
.AnyTagClassName
{
color: #394D46;
}
</style>
background-color css
<style>
a { background-color: #394D46; }
a { background-color: rgb(57,77,70); }
div.DivClassName
{
background-color: #394D46;
}
.BgClassName
{
background-color: #394D46;
}
</style>
border-color css
<style>
span { border-color: #394D46; }
span { border-color: rgb(57,77,70); }
td.TdClassName
{
border-color: #394D46;
}
.TagClassName
{
border-color: #394D46;
}
</style>