Shades of Corduroy #3C524A
Tints of Corduroy #3C524A
RGB
CMYK
RGB Variations
Color information
#3C524A (or 0x3C524A) is known color: Corduroy. HEX triplet: 3C, 52 and 4A. RGB value is (60,82,74). Sum of RGB (Red+Green+Blue) = 60+82+74=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C524A is #C3ADB5. Grayscale: #4A4A4A. Windows color (decimal): -12823990 or 4870716. OLE color: 4870716.
HSL color Cylindrical-coordinate representation of color #3C524A: hue angle of 158.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C524A is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 74 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.68 |
| HSL | 158.18º | 0.15% | 0.28% | - |
| HSV(B) | 158.18º | 0.27% | 0.32% | - |
| XYZ | 6.12 | 7.49 | 7.6 | - |
| YUV | 74.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 74 | 0.27 | 0 | 0.10 | 0.68 | 158.18 | 0.15 | 0.28 |
| Hex | 3C | 52 | 4A | 1B | 0 | A | 44 | 9E | F | 1C |
| Octal | 74 | 122 | 112 | 33 | 0 | 12 | 104 | 236 | 17 | 34 |
| Binary | 111100 | 1010010 | 1001010 | 11011 | 0 | 1010 | 1000100 | 10011110 | 1111 | 11100 |
Color Harmonies of #3C524A
Complementary color
Monochromatic Colors of #3C524A
Black with #3C524A
Text Example
Text Example
White with #3C524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C524A; }
p { color: rgb(60,82,74); }
H1.HeaderClassName
{
color: #3C524A;
}
.AnyTagClassName
{
color: #3C524A;
}
</style>
background-color css
<style>
a { background-color: #3C524A; }
a { background-color: rgb(60,82,74); }
div.DivClassName
{
background-color: #3C524A;
}
.BgClassName
{
background-color: #3C524A;
}
</style>
border-color css
<style>
span { border-color: #3C524A; }
span { border-color: rgb(60,82,74); }
td.TdClassName
{
border-color: #3C524A;
}
.TagClassName
{
border-color: #3C524A;
}
</style>