Shades of Corduroy #3F514A
Tints of Corduroy #3F514A
RGB
CMYK
RGB Variations
Color information
#3F514A (or 0x3F514A) is known color: Corduroy. HEX triplet: 3F, 51 and 4A. RGB value is (63,81,74). Sum of RGB (Red+Green+Blue) = 63+81+74=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 81 - color contains mainly: green. Hex color #3F514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F514A is #C0AEB5. Grayscale: #4A4A4A. Windows color (decimal): -12627638 or 4870463. OLE color: 4870463.
HSL color Cylindrical-coordinate representation of color #3F514A: hue angle of 156.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F514A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 74 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.68 |
| HSL | 156.67º | 0.13% | 0.28% | - |
| HSV(B) | 156.67º | 0.22% | 0.32% | - |
| XYZ | 6.23 | 7.44 | 7.59 | - |
| YUV | 74.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 74 | 0.22 | 0 | 0.09 | 0.68 | 156.67 | 0.13 | 0.28 |
| Hex | 3F | 51 | 4A | 16 | 0 | 9 | 44 | 9D | C | 1C |
| Octal | 77 | 121 | 112 | 26 | 0 | 11 | 104 | 235 | 14 | 34 |
| Binary | 111111 | 1010001 | 1001010 | 10110 | 0 | 1001 | 1000100 | 10011101 | 1100 | 11100 |
Color Harmonies of #3F514A
Complementary color
Monochromatic Colors of #3F514A
Black with #3F514A
Text Example
Text Example
White with #3F514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F514A; }
p { color: rgb(63,81,74); }
H1.HeaderClassName
{
color: #3F514A;
}
.AnyTagClassName
{
color: #3F514A;
}
</style>
background-color css
<style>
a { background-color: #3F514A; }
a { background-color: rgb(63,81,74); }
div.DivClassName
{
background-color: #3F514A;
}
.BgClassName
{
background-color: #3F514A;
}
</style>
border-color css
<style>
span { border-color: #3F514A; }
span { border-color: rgb(63,81,74); }
td.TdClassName
{
border-color: #3F514A;
}
.TagClassName
{
border-color: #3F514A;
}
</style>