Shades of Corduroy #3E514A
Tints of Corduroy #3E514A
RGB
CMYK
RGB Variations
Color information
#3E514A (or 0x3E514A) is known color: Corduroy. HEX triplet: 3E, 51 and 4A. RGB value is (62,81,74). Sum of RGB (Red+Green+Blue) = 62+81+74=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #3E514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E514A is #C1AEB5. Grayscale: #4A4A4A. Windows color (decimal): -12693174 or 4870462. OLE color: 4870462.
HSL color Cylindrical-coordinate representation of color #3E514A: hue angle of 157.89º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E514A is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 74 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.68 |
| HSL | 157.89º | 0.13% | 0.28% | - |
| HSV(B) | 157.89º | 0.23% | 0.32% | - |
| XYZ | 6.17 | 7.4 | 7.58 | - |
| YUV | 74.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 74 | 0.23 | 0 | 0.09 | 0.68 | 157.89 | 0.13 | 0.28 |
| Hex | 3E | 51 | 4A | 17 | 0 | 9 | 44 | 9E | D | 1C |
| Octal | 76 | 121 | 112 | 27 | 0 | 11 | 104 | 236 | 15 | 34 |
| Binary | 111110 | 1010001 | 1001010 | 10111 | 0 | 1001 | 1000100 | 10011110 | 1101 | 11100 |
Color Harmonies of #3E514A
Complementary color
Monochromatic Colors of #3E514A
Black with #3E514A
Text Example
Text Example
White with #3E514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E514A; }
p { color: rgb(62,81,74); }
H1.HeaderClassName
{
color: #3E514A;
}
.AnyTagClassName
{
color: #3E514A;
}
</style>
background-color css
<style>
a { background-color: #3E514A; }
a { background-color: rgb(62,81,74); }
div.DivClassName
{
background-color: #3E514A;
}
.BgClassName
{
background-color: #3E514A;
}
</style>
border-color css
<style>
span { border-color: #3E514A; }
span { border-color: rgb(62,81,74); }
td.TdClassName
{
border-color: #3E514A;
}
.TagClassName
{
border-color: #3E514A;
}
</style>