Shades of Corduroy #3C534D
Tints of Corduroy #3C534D
RGB
CMYK
RGB Variations
Color information
#3C534D (or 0x3C534D) is known color: Corduroy. HEX triplet: 3C, 53 and 4D. RGB value is (60,83,77). Sum of RGB (Red+Green+Blue) = 60+83+77=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3C534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C534D is #C3ACB2. Grayscale: #4B4B4B. Windows color (decimal): -12823731 or 5067580. OLE color: 5067580.
HSL color Cylindrical-coordinate representation of color #3C534D: hue angle of 164.35º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C534D is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 77 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.67 |
| HSL | 164.35º | 0.16% | 0.28% | - |
| HSV(B) | 164.35º | 0.28% | 0.33% | - |
| XYZ | 6.3 | 7.68 | 8.17 | - |
| YUV | 75.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 77 | 0.28 | 0 | 0.07 | 0.67 | 164.35 | 0.16 | 0.28 |
| Hex | 3C | 53 | 4D | 1C | 0 | 7 | 43 | A4 | 10 | 1C |
| Octal | 74 | 123 | 115 | 34 | 0 | 7 | 103 | 244 | 20 | 34 |
| Binary | 111100 | 1010011 | 1001101 | 11100 | 0 | 111 | 1000011 | 10100100 | 10000 | 11100 |
Color Harmonies of #3C534D
Complementary color
Monochromatic Colors of #3C534D
Black with #3C534D
Text Example
Text Example
White with #3C534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C534D; }
p { color: rgb(60,83,77); }
H1.HeaderClassName
{
color: #3C534D;
}
.AnyTagClassName
{
color: #3C534D;
}
</style>
background-color css
<style>
a { background-color: #3C534D; }
a { background-color: rgb(60,83,77); }
div.DivClassName
{
background-color: #3C534D;
}
.BgClassName
{
background-color: #3C534D;
}
</style>
border-color css
<style>
span { border-color: #3C534D; }
span { border-color: rgb(60,83,77); }
td.TdClassName
{
border-color: #3C534D;
}
.TagClassName
{
border-color: #3C534D;
}
</style>