Shades of Corduroy #3F524D
Tints of Corduroy #3F524D
RGB
CMYK
RGB Variations
Color information
#3F524D (or 0x3F524D) is known color: Corduroy. HEX triplet: 3F, 52 and 4D. RGB value is (63,82,77). Sum of RGB (Red+Green+Blue) = 63+82+77=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F524D is #C0ADB2. Grayscale: #4B4B4B. Windows color (decimal): -12627379 or 5067327. OLE color: 5067327.
HSL color Cylindrical-coordinate representation of color #3F524D: 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 #3F524D is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 77 | - |
| 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.41 | 7.63 | 8.16 | - |
| YUV | 75.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 77 | 0.23 | 0 | 0.06 | 0.68 | 164.21 | 0.13 | 0.28 |
| Hex | 3F | 52 | 4D | 17 | 0 | 6 | 44 | A4 | D | 1C |
| Octal | 77 | 122 | 115 | 27 | 0 | 6 | 104 | 244 | 15 | 34 |
| Binary | 111111 | 1010010 | 1001101 | 10111 | 0 | 110 | 1000100 | 10100100 | 1101 | 11100 |
Color Harmonies of #3F524D
Complementary color
Monochromatic Colors of #3F524D
Black with #3F524D
Text Example
Text Example
White with #3F524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F524D; }
p { color: rgb(63,82,77); }
H1.HeaderClassName
{
color: #3F524D;
}
.AnyTagClassName
{
color: #3F524D;
}
</style>
background-color css
<style>
a { background-color: #3F524D; }
a { background-color: rgb(63,82,77); }
div.DivClassName
{
background-color: #3F524D;
}
.BgClassName
{
background-color: #3F524D;
}
</style>
border-color css
<style>
span { border-color: #3F524D; }
span { border-color: rgb(63,82,77); }
td.TdClassName
{
border-color: #3F524D;
}
.TagClassName
{
border-color: #3F524D;
}
</style>