Shades of Corduroy #3C514A
Tints of Corduroy #3C514A
RGB
CMYK
RGB Variations
Color information
#3C514A (or 0x3C514A) is known color: Corduroy. HEX triplet: 3C, 51 and 4A. RGB value is (60,81,74). Sum of RGB (Red+Green+Blue) = 60+81+74=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #3C514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C514A is #C3AEB5. Grayscale: #494949. Windows color (decimal): -12824246 or 4870460. OLE color: 4870460.
HSL color Cylindrical-coordinate representation of color #3C514A: hue angle of 160º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C514A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 74 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.68 |
| HSL | 160º | 0.15% | 0.28% | - |
| HSV(B) | 160º | 0.26% | 0.32% | - |
| XYZ | 6.04 | 7.34 | 7.58 | - |
| YUV | 73.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 74 | 0.26 | 0 | 0.09 | 0.68 | 160 | 0.15 | 0.28 |
| Hex | 3C | 51 | 4A | 1A | 0 | 9 | 44 | A0 | F | 1C |
| Octal | 74 | 121 | 112 | 32 | 0 | 11 | 104 | 240 | 17 | 34 |
| Binary | 111100 | 1010001 | 1001010 | 11010 | 0 | 1001 | 1000100 | 10100000 | 1111 | 11100 |
Color Harmonies of #3C514A
Complementary color
Monochromatic Colors of #3C514A
Black with #3C514A
Text Example
Text Example
White with #3C514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C514A; }
p { color: rgb(60,81,74); }
H1.HeaderClassName
{
color: #3C514A;
}
.AnyTagClassName
{
color: #3C514A;
}
</style>
background-color css
<style>
a { background-color: #3C514A; }
a { background-color: rgb(60,81,74); }
div.DivClassName
{
background-color: #3C514A;
}
.BgClassName
{
background-color: #3C514A;
}
</style>
border-color css
<style>
span { border-color: #3C514A; }
span { border-color: rgb(60,81,74); }
td.TdClassName
{
border-color: #3C514A;
}
.TagClassName
{
border-color: #3C514A;
}
</style>