Shades of Corduroy #3C544C
Tints of Corduroy #3C544C
RGB
CMYK
RGB Variations
Color information
#3C544C (or 0x3C544C) is known color: Corduroy. HEX triplet: 3C, 54 and 4C. RGB value is (60,84,76). Sum of RGB (Red+Green+Blue) = 60+84+76=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C544C is #C3ABB3. Grayscale: #4B4B4B. Windows color (decimal): -12823476 or 5002300. OLE color: 5002300.
HSL color Cylindrical-coordinate representation of color #3C544C: hue angle of 160º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C544C is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 76 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.67 |
| HSL | 160º | 0.17% | 0.28% | - |
| HSV(B) | 160º | 0.29% | 0.33% | - |
| XYZ | 6.34 | 7.82 | 8.01 | - |
| YUV | 75.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 76 | 0.29 | 0 | 0.10 | 0.67 | 160 | 0.17 | 0.28 |
| Hex | 3C | 54 | 4C | 1D | 0 | A | 43 | A0 | 11 | 1C |
| Octal | 74 | 124 | 114 | 35 | 0 | 12 | 103 | 240 | 21 | 34 |
| Binary | 111100 | 1010100 | 1001100 | 11101 | 0 | 1010 | 1000011 | 10100000 | 10001 | 11100 |
Color Harmonies of #3C544C
Complementary color
Monochromatic Colors of #3C544C
Black with #3C544C
Text Example
Text Example
White with #3C544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C544C; }
p { color: rgb(60,84,76); }
H1.HeaderClassName
{
color: #3C544C;
}
.AnyTagClassName
{
color: #3C544C;
}
</style>
background-color css
<style>
a { background-color: #3C544C; }
a { background-color: rgb(60,84,76); }
div.DivClassName
{
background-color: #3C544C;
}
.BgClassName
{
background-color: #3C544C;
}
</style>
border-color css
<style>
span { border-color: #3C544C; }
span { border-color: rgb(60,84,76); }
td.TdClassName
{
border-color: #3C544C;
}
.TagClassName
{
border-color: #3C544C;
}
</style>