Shades of Corduroy #3C544F
Tints of Corduroy #3C544F
RGB
CMYK
RGB Variations
Color information
#3C544F (or 0x3C544F) is known color: Corduroy. HEX triplet: 3C, 54 and 4F. RGB value is (60,84,79). Sum of RGB (Red+Green+Blue) = 60+84+79=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C544F is #C3ABB0. Grayscale: #4C4C4C. Windows color (decimal): -12823473 or 5198908. OLE color: 5198908.
HSL color Cylindrical-coordinate representation of color #3C544F: hue angle of 167.5º 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 #3C544F is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 79 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.67 |
| HSL | 167.5º | 0.17% | 0.28% | - |
| HSV(B) | 167.5º | 0.29% | 0.33% | - |
| XYZ | 6.45 | 7.87 | 8.58 | - |
| YUV | 76.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 79 | 0.29 | 0 | 0.06 | 0.67 | 167.5 | 0.17 | 0.28 |
| Hex | 3C | 54 | 4F | 1D | 0 | 6 | 43 | A8 | 11 | 1C |
| Octal | 74 | 124 | 117 | 35 | 0 | 6 | 103 | 250 | 21 | 34 |
| Binary | 111100 | 1010100 | 1001111 | 11101 | 0 | 110 | 1000011 | 10101000 | 10001 | 11100 |
Color Harmonies of #3C544F
Complementary color
Monochromatic Colors of #3C544F
Black with #3C544F
Text Example
Text Example
White with #3C544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C544F; }
p { color: rgb(60,84,79); }
H1.HeaderClassName
{
color: #3C544F;
}
.AnyTagClassName
{
color: #3C544F;
}
</style>
background-color css
<style>
a { background-color: #3C544F; }
a { background-color: rgb(60,84,79); }
div.DivClassName
{
background-color: #3C544F;
}
.BgClassName
{
background-color: #3C544F;
}
</style>
border-color css
<style>
span { border-color: #3C544F; }
span { border-color: rgb(60,84,79); }
td.TdClassName
{
border-color: #3C544F;
}
.TagClassName
{
border-color: #3C544F;
}
</style>