Shades of Corduroy #3E4844
Tints of Corduroy #3E4844
RGB
CMYK
RGB Variations
Color information
#3E4844 (or 0x3E4844) is known color: Corduroy. HEX triplet: 3E, 48 and 44. RGB value is (62,72,68). Sum of RGB (Red+Green+Blue) = 62+72+68=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4844 is #C1B7BB. Grayscale: #444444. Windows color (decimal): -12695484 or 4474942. OLE color: 4474942.
HSL color Cylindrical-coordinate representation of color #3E4844: hue angle of 156º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E4844 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 72 | 68 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.72 |
| HSL | 156º | 0.07% | 0.26% | - |
| HSV(B) | 156º | 0.14% | 0.28% | - |
| XYZ | 5.35 | 6.08 | 6.36 | - |
| YUV | 68.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 68 | 0.14 | 0 | 0.06 | 0.72 | 156 | 0.07 | 0.26 |
| Hex | 3E | 48 | 44 | E | 0 | 6 | 48 | 9C | 7 | 1A |
| Octal | 76 | 110 | 104 | 16 | 0 | 6 | 110 | 234 | 7 | 32 |
| Binary | 111110 | 1001000 | 1000100 | 1110 | 0 | 110 | 1001000 | 10011100 | 111 | 11010 |
Color Harmonies of #3E4844
Complementary color
Monochromatic Colors of #3E4844
Black with #3E4844
Text Example
Text Example
White with #3E4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4844; }
p { color: rgb(62,72,68); }
H1.HeaderClassName
{
color: #3E4844;
}
.AnyTagClassName
{
color: #3E4844;
}
</style>
background-color css
<style>
a { background-color: #3E4844; }
a { background-color: rgb(62,72,68); }
div.DivClassName
{
background-color: #3E4844;
}
.BgClassName
{
background-color: #3E4844;
}
</style>
border-color css
<style>
span { border-color: #3E4844; }
span { border-color: rgb(62,72,68); }
td.TdClassName
{
border-color: #3E4844;
}
.TagClassName
{
border-color: #3E4844;
}
</style>