Shades of Corduroy #3E514C
Tints of Corduroy #3E514C
RGB
CMYK
RGB Variations
Color information
#3E514C (or 0x3E514C) is known color: Corduroy. HEX triplet: 3E, 51 and 4C. RGB value is (62,81,76). Sum of RGB (Red+Green+Blue) = 62+81+76=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #3E514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E514C is #C1AEB3. Grayscale: #4A4A4A. Windows color (decimal): -12693172 or 5001534. OLE color: 5001534.
HSL color Cylindrical-coordinate representation of color #3E514C: hue angle of 164.21º 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 #3E514C is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 76 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.68 |
| HSL | 164.21º | 0.13% | 0.28% | - |
| HSV(B) | 164.21º | 0.23% | 0.32% | - |
| XYZ | 6.23 | 7.43 | 7.94 | - |
| YUV | 74.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 76 | 0.23 | 0 | 0.06 | 0.68 | 164.21 | 0.13 | 0.28 |
| Hex | 3E | 51 | 4C | 17 | 0 | 6 | 44 | A4 | D | 1C |
| Octal | 76 | 121 | 114 | 27 | 0 | 6 | 104 | 244 | 15 | 34 |
| Binary | 111110 | 1010001 | 1001100 | 10111 | 0 | 110 | 1000100 | 10100100 | 1101 | 11100 |
Color Harmonies of #3E514C
Complementary color
Monochromatic Colors of #3E514C
Black with #3E514C
Text Example
Text Example
White with #3E514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E514C; }
p { color: rgb(62,81,76); }
H1.HeaderClassName
{
color: #3E514C;
}
.AnyTagClassName
{
color: #3E514C;
}
</style>
background-color css
<style>
a { background-color: #3E514C; }
a { background-color: rgb(62,81,76); }
div.DivClassName
{
background-color: #3E514C;
}
.BgClassName
{
background-color: #3E514C;
}
</style>
border-color css
<style>
span { border-color: #3E514C; }
span { border-color: rgb(62,81,76); }
td.TdClassName
{
border-color: #3E514C;
}
.TagClassName
{
border-color: #3E514C;
}
</style>