Shades of Corduroy #3D524D
Tints of Corduroy #3D524D
RGB
CMYK
RGB Variations
Color information
#3D524D (or 0x3D524D) is known color: Corduroy. HEX triplet: 3D, 52 and 4D. RGB value is (61,82,77). Sum of RGB (Red+Green+Blue) = 61+82+77=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #3D524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D524D is #C2ADB2. Grayscale: #4B4B4B. Windows color (decimal): -12758451 or 5067325. OLE color: 5067325.
HSL color Cylindrical-coordinate representation of color #3D524D: hue angle of 165.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D524D is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 77 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.68 |
| HSL | 165.71º | 0.15% | 0.28% | - |
| HSV(B) | 165.71º | 0.26% | 0.32% | - |
| XYZ | 6.28 | 7.56 | 8.15 | - |
| YUV | 75.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 77 | 0.26 | 0 | 0.06 | 0.68 | 165.71 | 0.15 | 0.28 |
| Hex | 3D | 52 | 4D | 1A | 0 | 6 | 44 | A6 | F | 1C |
| Octal | 75 | 122 | 115 | 32 | 0 | 6 | 104 | 246 | 17 | 34 |
| Binary | 111101 | 1010010 | 1001101 | 11010 | 0 | 110 | 1000100 | 10100110 | 1111 | 11100 |
Color Harmonies of #3D524D
Complementary color
Monochromatic Colors of #3D524D
Black with #3D524D
Text Example
Text Example
White with #3D524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D524D; }
p { color: rgb(61,82,77); }
H1.HeaderClassName
{
color: #3D524D;
}
.AnyTagClassName
{
color: #3D524D;
}
</style>
background-color css
<style>
a { background-color: #3D524D; }
a { background-color: rgb(61,82,77); }
div.DivClassName
{
background-color: #3D524D;
}
.BgClassName
{
background-color: #3D524D;
}
</style>
border-color css
<style>
span { border-color: #3D524D; }
span { border-color: rgb(61,82,77); }
td.TdClassName
{
border-color: #3D524D;
}
.TagClassName
{
border-color: #3D524D;
}
</style>