Shades of Corduroy #394E45
Tints of Corduroy #394E45
RGB
CMYK
RGB Variations
Color information
#394E45 (or 0x394E45) is known color: Corduroy. HEX triplet: 39, 4E and 45. RGB value is (57,78,69). Sum of RGB (Red+Green+Blue) = 57+78+69=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #394E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E45 is #C6B1BA. Grayscale: #464646. Windows color (decimal): -13021627 or 4542009. OLE color: 4542009.
HSL color Cylindrical-coordinate representation of color #394E45: hue angle of 154.29º 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 #394E45 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 78 | 69 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.69 |
| HSL | 154.29º | 0.16% | 0.26% | - |
| HSV(B) | 154.29º | 0.27% | 0.31% | - |
| XYZ | 5.49 | 6.75 | 6.64 | - |
| YUV | 70.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 78 | 69 | 0.27 | 0 | 0.12 | 0.69 | 154.29 | 0.16 | 0.26 |
| Hex | 39 | 4E | 45 | 1B | 0 | C | 45 | 9A | 10 | 1A |
| Octal | 71 | 116 | 105 | 33 | 0 | 14 | 105 | 232 | 20 | 32 |
| Binary | 111001 | 1001110 | 1000101 | 11011 | 0 | 1100 | 1000101 | 10011010 | 10000 | 11010 |
Color Harmonies of #394E45
Complementary color
Monochromatic Colors of #394E45
Black with #394E45
Text Example
Text Example
White with #394E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394E45; }
p { color: rgb(57,78,69); }
H1.HeaderClassName
{
color: #394E45;
}
.AnyTagClassName
{
color: #394E45;
}
</style>
background-color css
<style>
a { background-color: #394E45; }
a { background-color: rgb(57,78,69); }
div.DivClassName
{
background-color: #394E45;
}
.BgClassName
{
background-color: #394E45;
}
</style>
border-color css
<style>
span { border-color: #394E45; }
span { border-color: rgb(57,78,69); }
td.TdClassName
{
border-color: #394E45;
}
.TagClassName
{
border-color: #394E45;
}
</style>