Shades of Corduroy #394C46
Tints of Corduroy #394C46
RGB
CMYK
RGB Variations
Color information
#394C46 (or 0x394C46) is known color: Corduroy. HEX triplet: 39, 4C and 46. RGB value is (57,76,70). Sum of RGB (Red+Green+Blue) = 57+76+70=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 76 - color contains mainly: green. Hex color #394C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C46 is #C6B3B9. Grayscale: #454545. Windows color (decimal): -13022138 or 4607033. OLE color: 4607033.
HSL color Cylindrical-coordinate representation of color #394C46: hue angle of 161.05º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C46 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 76 | 70 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.70 |
| HSL | 161.05º | 0.14% | 0.26% | - |
| HSV(B) | 161.05º | 0.25% | 0.3% | - |
| XYZ | 5.38 | 6.48 | 6.76 | - |
| YUV | 69.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 70 | 0.25 | 0 | 0.08 | 0.70 | 161.05 | 0.14 | 0.26 |
| Hex | 39 | 4C | 46 | 19 | 0 | 8 | 46 | A1 | E | 1A |
| Octal | 71 | 114 | 106 | 31 | 0 | 10 | 106 | 241 | 16 | 32 |
| Binary | 111001 | 1001100 | 1000110 | 11001 | 0 | 1000 | 1000110 | 10100001 | 1110 | 11010 |
Color Harmonies of #394C46
Complementary color
Monochromatic Colors of #394C46
Black with #394C46
Text Example
Text Example
White with #394C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C46; }
p { color: rgb(57,76,70); }
H1.HeaderClassName
{
color: #394C46;
}
.AnyTagClassName
{
color: #394C46;
}
</style>
background-color css
<style>
a { background-color: #394C46; }
a { background-color: rgb(57,76,70); }
div.DivClassName
{
background-color: #394C46;
}
.BgClassName
{
background-color: #394C46;
}
</style>
border-color css
<style>
span { border-color: #394C46; }
span { border-color: rgb(57,76,70); }
td.TdClassName
{
border-color: #394C46;
}
.TagClassName
{
border-color: #394C46;
}
</style>