Shades of Corduroy #3C4F4B
Tints of Corduroy #3C4F4B
RGB
CMYK
RGB Variations
Color information
#3C4F4B (or 0x3C4F4B) is known color: Corduroy. HEX triplet: 3C, 4F and 4B. RGB value is (60,79,75). Sum of RGB (Red+Green+Blue) = 60+79+75=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4F4B is #C3B0B4. Grayscale: #484848. Windows color (decimal): -12824757 or 4935484. OLE color: 4935484.
HSL color Cylindrical-coordinate representation of color #3C4F4B: hue angle of 167.37º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3C4F4B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 79 | 75 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.69 |
| HSL | 167.37º | 0.14% | 0.27% | - |
| HSV(B) | 167.37º | 0.24% | 0.31% | - |
| XYZ | 5.93 | 7.06 | 7.71 | - |
| YUV | 72.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 75 | 0.24 | 0 | 0.05 | 0.69 | 167.37 | 0.14 | 0.27 |
| Hex | 3C | 4F | 4B | 18 | 0 | 5 | 45 | A7 | E | 1B |
| Octal | 74 | 117 | 113 | 30 | 0 | 5 | 105 | 247 | 16 | 33 |
| Binary | 111100 | 1001111 | 1001011 | 11000 | 0 | 101 | 1000101 | 10100111 | 1110 | 11011 |
Color Harmonies of #3C4F4B
Complementary color
Monochromatic Colors of #3C4F4B
Black with #3C4F4B
Text Example
Text Example
White with #3C4F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4F4B; }
p { color: rgb(60,79,75); }
H1.HeaderClassName
{
color: #3C4F4B;
}
.AnyTagClassName
{
color: #3C4F4B;
}
</style>
background-color css
<style>
a { background-color: #3C4F4B; }
a { background-color: rgb(60,79,75); }
div.DivClassName
{
background-color: #3C4F4B;
}
.BgClassName
{
background-color: #3C4F4B;
}
</style>
border-color css
<style>
span { border-color: #3C4F4B; }
span { border-color: rgb(60,79,75); }
td.TdClassName
{
border-color: #3C4F4B;
}
.TagClassName
{
border-color: #3C4F4B;
}
</style>