Shades of Corduroy #3C524B
Tints of Corduroy #3C524B
RGB
CMYK
RGB Variations
Color information
#3C524B (or 0x3C524B) is known color: Corduroy. HEX triplet: 3C, 52 and 4B. RGB value is (60,82,75). Sum of RGB (Red+Green+Blue) = 60+82+75=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #3C524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C524B is #C3ADB4. Grayscale: #4A4A4A. Windows color (decimal): -12823989 or 4936252. OLE color: 4936252.
HSL color Cylindrical-coordinate representation of color #3C524B: hue angle of 160.91º 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 #3C524B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 75 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.68 |
| HSL | 160.91º | 0.15% | 0.28% | - |
| HSV(B) | 160.91º | 0.27% | 0.32% | - |
| XYZ | 6.15 | 7.5 | 7.78 | - |
| YUV | 74.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 75 | 0.27 | 0 | 0.09 | 0.68 | 160.91 | 0.15 | 0.28 |
| Hex | 3C | 52 | 4B | 1B | 0 | 9 | 44 | A1 | F | 1C |
| Octal | 74 | 122 | 113 | 33 | 0 | 11 | 104 | 241 | 17 | 34 |
| Binary | 111100 | 1010010 | 1001011 | 11011 | 0 | 1001 | 1000100 | 10100001 | 1111 | 11100 |
Color Harmonies of #3C524B
Complementary color
Monochromatic Colors of #3C524B
Black with #3C524B
Text Example
Text Example
White with #3C524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C524B; }
p { color: rgb(60,82,75); }
H1.HeaderClassName
{
color: #3C524B;
}
.AnyTagClassName
{
color: #3C524B;
}
</style>
background-color css
<style>
a { background-color: #3C524B; }
a { background-color: rgb(60,82,75); }
div.DivClassName
{
background-color: #3C524B;
}
.BgClassName
{
background-color: #3C524B;
}
</style>
border-color css
<style>
span { border-color: #3C524B; }
span { border-color: rgb(60,82,75); }
td.TdClassName
{
border-color: #3C524B;
}
.TagClassName
{
border-color: #3C524B;
}
</style>