Shades of Corduroy #394944
Tints of Corduroy #394944
RGB
CMYK
RGB Variations
Color information
#394944 (or 0x394944) is known color: Corduroy. HEX triplet: 39, 49 and 44. RGB value is (57,73,68). Sum of RGB (Red+Green+Blue) = 57+73+68=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #394944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394944 is #C6B6BB. Grayscale: #434343. Windows color (decimal): -13022908 or 4475193. OLE color: 4475193.
HSL color Cylindrical-coordinate representation of color #394944: hue angle of 161.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394944 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 68 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.71 |
| HSL | 161.25º | 0.12% | 0.25% | - |
| HSV(B) | 161.25º | 0.22% | 0.29% | - |
| XYZ | 5.11 | 6.05 | 6.37 | - |
| YUV | 67.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 68 | 0.22 | 0 | 0.07 | 0.71 | 161.25 | 0.12 | 0.25 |
| Hex | 39 | 49 | 44 | 16 | 0 | 7 | 47 | A1 | C | 19 |
| Octal | 71 | 111 | 104 | 26 | 0 | 7 | 107 | 241 | 14 | 31 |
| Binary | 111001 | 1001001 | 1000100 | 10110 | 0 | 111 | 1000111 | 10100001 | 1100 | 11001 |
Color Harmonies of #394944
Complementary color
Monochromatic Colors of #394944
Black with #394944
Text Example
Text Example
White with #394944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394944; }
p { color: rgb(57,73,68); }
H1.HeaderClassName
{
color: #394944;
}
.AnyTagClassName
{
color: #394944;
}
</style>
background-color css
<style>
a { background-color: #394944; }
a { background-color: rgb(57,73,68); }
div.DivClassName
{
background-color: #394944;
}
.BgClassName
{
background-color: #394944;
}
</style>
border-color css
<style>
span { border-color: #394944; }
span { border-color: rgb(57,73,68); }
td.TdClassName
{
border-color: #394944;
}
.TagClassName
{
border-color: #394944;
}
</style>