Shades of Corduroy #3C504B
Tints of Corduroy #3C504B
RGB
CMYK
RGB Variations
Color information
#3C504B (or 0x3C504B) is known color: Corduroy. HEX triplet: 3C, 50 and 4B. RGB value is (60,80,75). Sum of RGB (Red+Green+Blue) = 60+80+75=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #3C504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C504B is #C3AFB4. Grayscale: #494949. Windows color (decimal): -12824501 or 4935740. OLE color: 4935740.
HSL color Cylindrical-coordinate representation of color #3C504B: hue angle of 165º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C504B is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 75 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.69 |
| HSL | 165º | 0.14% | 0.27% | - |
| HSV(B) | 165º | 0.25% | 0.31% | - |
| XYZ | 6 | 7.21 | 7.73 | - |
| YUV | 73.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 75 | 0.25 | 0 | 0.06 | 0.69 | 165 | 0.14 | 0.27 |
| Hex | 3C | 50 | 4B | 19 | 0 | 6 | 45 | A5 | E | 1B |
| Octal | 74 | 120 | 113 | 31 | 0 | 6 | 105 | 245 | 16 | 33 |
| Binary | 111100 | 1010000 | 1001011 | 11001 | 0 | 110 | 1000101 | 10100101 | 1110 | 11011 |
Color Harmonies of #3C504B
Complementary color
Monochromatic Colors of #3C504B
Black with #3C504B
Text Example
Text Example
White with #3C504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C504B; }
p { color: rgb(60,80,75); }
H1.HeaderClassName
{
color: #3C504B;
}
.AnyTagClassName
{
color: #3C504B;
}
</style>
background-color css
<style>
a { background-color: #3C504B; }
a { background-color: rgb(60,80,75); }
div.DivClassName
{
background-color: #3C504B;
}
.BgClassName
{
background-color: #3C504B;
}
</style>
border-color css
<style>
span { border-color: #3C504B; }
span { border-color: rgb(60,80,75); }
td.TdClassName
{
border-color: #3C504B;
}
.TagClassName
{
border-color: #3C504B;
}
</style>