Shades of Corduroy #394E48
Tints of Corduroy #394E48
RGB
CMYK
RGB Variations
Color information
#394E48 (or 0x394E48) is known color: Corduroy. HEX triplet: 39, 4E and 48. RGB value is (57,78,72). Sum of RGB (Red+Green+Blue) = 57+78+72=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #394E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E48 is #C6B1B7. Grayscale: #474747. Windows color (decimal): -13021624 or 4738617. OLE color: 4738617.
HSL color Cylindrical-coordinate representation of color #394E48: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E48 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 78 | 72 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.69 |
| HSL | 162.86º | 0.16% | 0.26% | - |
| HSV(B) | 162.86º | 0.27% | 0.31% | - |
| XYZ | 5.58 | 6.79 | 7.15 | - |
| YUV | 71.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 72 | 0.27 | 0 | 0.08 | 0.69 | 162.86 | 0.16 | 0.26 |
| Hex | 39 | 4E | 48 | 1B | 0 | 8 | 45 | A3 | 10 | 1A |
| Octal | 71 | 116 | 110 | 33 | 0 | 10 | 105 | 243 | 20 | 32 |
| Binary | 111001 | 1001110 | 1001000 | 11011 | 0 | 1000 | 1000101 | 10100011 | 10000 | 11010 |
Color Harmonies of #394E48
Complementary color
Monochromatic Colors of #394E48
Black with #394E48
Text Example
Text Example
White with #394E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E48; }
p { color: rgb(57,78,72); }
H1.HeaderClassName
{
color: #394E48;
}
.AnyTagClassName
{
color: #394E48;
}
</style>
background-color css
<style>
a { background-color: #394E48; }
a { background-color: rgb(57,78,72); }
div.DivClassName
{
background-color: #394E48;
}
.BgClassName
{
background-color: #394E48;
}
</style>
border-color css
<style>
span { border-color: #394E48; }
span { border-color: rgb(57,78,72); }
td.TdClassName
{
border-color: #394E48;
}
.TagClassName
{
border-color: #394E48;
}
</style>