Shades of Corduroy #395047
Tints of Corduroy #395047
RGB
CMYK
RGB Variations
Color information
#395047 (or 0x395047) is known color: Corduroy. HEX triplet: 39, 50 and 47. RGB value is (57,80,71). Sum of RGB (Red+Green+Blue) = 57+80+71=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #395047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395047 is #C6AFB8. Grayscale: #484848. Windows color (decimal): -13021113 or 4673593. OLE color: 4673593.
HSL color Cylindrical-coordinate representation of color #395047: hue angle of 156.52º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #395047 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 80 | 71 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.69 |
| HSL | 156.52º | 0.17% | 0.27% | - |
| HSV(B) | 156.52º | 0.29% | 0.31% | - |
| XYZ | 5.69 | 7.06 | 7.02 | - |
| YUV | 72.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 71 | 0.29 | 0 | 0.11 | 0.69 | 156.52 | 0.17 | 0.27 |
| Hex | 39 | 50 | 47 | 1D | 0 | B | 45 | 9D | 11 | 1B |
| Octal | 71 | 120 | 107 | 35 | 0 | 13 | 105 | 235 | 21 | 33 |
| Binary | 111001 | 1010000 | 1000111 | 11101 | 0 | 1011 | 1000101 | 10011101 | 10001 | 11011 |
Color Harmonies of #395047
Complementary color
Monochromatic Colors of #395047
Black with #395047
Text Example
Text Example
White with #395047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395047; }
p { color: rgb(57,80,71); }
H1.HeaderClassName
{
color: #395047;
}
.AnyTagClassName
{
color: #395047;
}
</style>
background-color css
<style>
a { background-color: #395047; }
a { background-color: rgb(57,80,71); }
div.DivClassName
{
background-color: #395047;
}
.BgClassName
{
background-color: #395047;
}
</style>
border-color css
<style>
span { border-color: #395047; }
span { border-color: rgb(57,80,71); }
td.TdClassName
{
border-color: #395047;
}
.TagClassName
{
border-color: #395047;
}
</style>