Shades of Corduroy #394C45
Tints of Corduroy #394C45
RGB
CMYK
RGB Variations
Color information
#394C45 (or 0x394C45) is known color: Corduroy. HEX triplet: 39, 4C and 45. RGB value is (57,76,69). Sum of RGB (Red+Green+Blue) = 57+76+69=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 76 - color contains mainly: green. Hex color #394C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C45 is #C6B3BA. Grayscale: #454545. Windows color (decimal): -13022139 or 4541497. OLE color: 4541497.
HSL color Cylindrical-coordinate representation of color #394C45: hue angle of 157.89º 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 #394C45 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 76 | 69 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.70 |
| HSL | 157.89º | 0.14% | 0.26% | - |
| HSV(B) | 157.89º | 0.25% | 0.3% | - |
| XYZ | 5.35 | 6.47 | 6.6 | - |
| YUV | 69.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 69 | 0.25 | 0 | 0.09 | 0.70 | 157.89 | 0.14 | 0.26 |
| Hex | 39 | 4C | 45 | 19 | 0 | 9 | 46 | 9E | E | 1A |
| Octal | 71 | 114 | 105 | 31 | 0 | 11 | 106 | 236 | 16 | 32 |
| Binary | 111001 | 1001100 | 1000101 | 11001 | 0 | 1001 | 1000110 | 10011110 | 1110 | 11010 |
Color Harmonies of #394C45
Complementary color
Monochromatic Colors of #394C45
Black with #394C45
Text Example
Text Example
White with #394C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C45; }
p { color: rgb(57,76,69); }
H1.HeaderClassName
{
color: #394C45;
}
.AnyTagClassName
{
color: #394C45;
}
</style>
background-color css
<style>
a { background-color: #394C45; }
a { background-color: rgb(57,76,69); }
div.DivClassName
{
background-color: #394C45;
}
.BgClassName
{
background-color: #394C45;
}
</style>
border-color css
<style>
span { border-color: #394C45; }
span { border-color: rgb(57,76,69); }
td.TdClassName
{
border-color: #394C45;
}
.TagClassName
{
border-color: #394C45;
}
</style>