Shades of Corduroy #3F524B
Tints of Corduroy #3F524B
RGB
CMYK
RGB Variations
Color information
#3F524B (or 0x3F524B) is known color: Corduroy. HEX triplet: 3F, 52 and 4B. RGB value is (63,82,75). Sum of RGB (Red+Green+Blue) = 63+82+75=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #3F524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F524B is #C0ADB4. Grayscale: #4B4B4B. Windows color (decimal): -12627381 or 4936255. OLE color: 4936255.
HSL color Cylindrical-coordinate representation of color #3F524B: 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 #3F524B is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 75 | - |
| 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.34 | 7.6 | 7.79 | - |
| YUV | 75.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 75 | 0.23 | 0 | 0.09 | 0.68 | 157.89 | 0.13 | 0.28 |
| Hex | 3F | 52 | 4B | 17 | 0 | 9 | 44 | 9E | D | 1C |
| Octal | 77 | 122 | 113 | 27 | 0 | 11 | 104 | 236 | 15 | 34 |
| Binary | 111111 | 1010010 | 1001011 | 10111 | 0 | 1001 | 1000100 | 10011110 | 1101 | 11100 |
Color Harmonies of #3F524B
Complementary color
Monochromatic Colors of #3F524B
Black with #3F524B
Text Example
Text Example
White with #3F524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F524B; }
p { color: rgb(63,82,75); }
H1.HeaderClassName
{
color: #3F524B;
}
.AnyTagClassName
{
color: #3F524B;
}
</style>
background-color css
<style>
a { background-color: #3F524B; }
a { background-color: rgb(63,82,75); }
div.DivClassName
{
background-color: #3F524B;
}
.BgClassName
{
background-color: #3F524B;
}
</style>
border-color css
<style>
span { border-color: #3F524B; }
span { border-color: rgb(63,82,75); }
td.TdClassName
{
border-color: #3F524B;
}
.TagClassName
{
border-color: #3F524B;
}
</style>