Shades of Corduroy #3C544B
Tints of Corduroy #3C544B
RGB
CMYK
RGB Variations
Color information
#3C544B (or 0x3C544B) is known color: Corduroy. HEX triplet: 3C, 54 and 4B. RGB value is (60,84,75). Sum of RGB (Red+Green+Blue) = 60+84+75=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #3C544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C544B is #C3ABB4. Grayscale: #4B4B4B. Windows color (decimal): -12823477 or 4936764. OLE color: 4936764.
HSL color Cylindrical-coordinate representation of color #3C544B: hue angle of 157.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 #3C544B is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 75 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.67 |
| HSL | 157.5º | 0.17% | 0.28% | - |
| HSV(B) | 157.5º | 0.29% | 0.33% | - |
| XYZ | 6.3 | 7.81 | 7.83 | - |
| YUV | 75.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 75 | 0.29 | 0 | 0.11 | 0.67 | 157.5 | 0.17 | 0.28 |
| Hex | 3C | 54 | 4B | 1D | 0 | B | 43 | 9E | 11 | 1C |
| Octal | 74 | 124 | 113 | 35 | 0 | 13 | 103 | 236 | 21 | 34 |
| Binary | 111100 | 1010100 | 1001011 | 11101 | 0 | 1011 | 1000011 | 10011110 | 10001 | 11100 |
Color Harmonies of #3C544B
Complementary color
Monochromatic Colors of #3C544B
Black with #3C544B
Text Example
Text Example
White with #3C544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C544B; }
p { color: rgb(60,84,75); }
H1.HeaderClassName
{
color: #3C544B;
}
.AnyTagClassName
{
color: #3C544B;
}
</style>
background-color css
<style>
a { background-color: #3C544B; }
a { background-color: rgb(60,84,75); }
div.DivClassName
{
background-color: #3C544B;
}
.BgClassName
{
background-color: #3C544B;
}
</style>
border-color css
<style>
span { border-color: #3C544B; }
span { border-color: rgb(60,84,75); }
td.TdClassName
{
border-color: #3C544B;
}
.TagClassName
{
border-color: #3C544B;
}
</style>