Shades of Corduroy #3F524C
Tints of Corduroy #3F524C
RGB
CMYK
RGB Variations
Color information
#3F524C (or 0x3F524C) is known color: Corduroy. HEX triplet: 3F, 52 and 4C. RGB value is (63,82,76). Sum of RGB (Red+Green+Blue) = 63+82+76=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F524C is #C0ADB3. Grayscale: #4B4B4B. Windows color (decimal): -12627380 or 5001791. OLE color: 5001791.
HSL color Cylindrical-coordinate representation of color #3F524C: hue angle of 161.05º 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 #3F524C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 76 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.68 |
| HSL | 161.05º | 0.13% | 0.28% | - |
| HSV(B) | 161.05º | 0.23% | 0.32% | - |
| XYZ | 6.37 | 7.61 | 7.97 | - |
| YUV | 75.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 76 | 0.23 | 0 | 0.07 | 0.68 | 161.05 | 0.13 | 0.28 |
| Hex | 3F | 52 | 4C | 17 | 0 | 7 | 44 | A1 | D | 1C |
| Octal | 77 | 122 | 114 | 27 | 0 | 7 | 104 | 241 | 15 | 34 |
| Binary | 111111 | 1010010 | 1001100 | 10111 | 0 | 111 | 1000100 | 10100001 | 1101 | 11100 |
Color Harmonies of #3F524C
Complementary color
Monochromatic Colors of #3F524C
Black with #3F524C
Text Example
Text Example
White with #3F524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F524C; }
p { color: rgb(63,82,76); }
H1.HeaderClassName
{
color: #3F524C;
}
.AnyTagClassName
{
color: #3F524C;
}
</style>
background-color css
<style>
a { background-color: #3F524C; }
a { background-color: rgb(63,82,76); }
div.DivClassName
{
background-color: #3F524C;
}
.BgClassName
{
background-color: #3F524C;
}
</style>
border-color css
<style>
span { border-color: #3F524C; }
span { border-color: rgb(63,82,76); }
td.TdClassName
{
border-color: #3F524C;
}
.TagClassName
{
border-color: #3F524C;
}
</style>