Shades of Corduroy #3C534E
Tints of Corduroy #3C534E
RGB
CMYK
RGB Variations
Color information
#3C534E (or 0x3C534E) is known color: Corduroy. HEX triplet: 3C, 53 and 4E. RGB value is (60,83,78). Sum of RGB (Red+Green+Blue) = 60+83+78=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3C534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C534E is #C3ACB1. Grayscale: #4B4B4B. Windows color (decimal): -12823730 or 5133116. OLE color: 5133116.
HSL color Cylindrical-coordinate representation of color #3C534E: hue angle of 166.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C534E is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 78 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.67 |
| HSL | 166.96º | 0.16% | 0.28% | - |
| HSV(B) | 166.96º | 0.28% | 0.33% | - |
| XYZ | 6.33 | 7.7 | 8.36 | - |
| YUV | 75.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 78 | 0.28 | 0 | 0.06 | 0.67 | 166.96 | 0.16 | 0.28 |
| Hex | 3C | 53 | 4E | 1C | 0 | 6 | 43 | A7 | 10 | 1C |
| Octal | 74 | 123 | 116 | 34 | 0 | 6 | 103 | 247 | 20 | 34 |
| Binary | 111100 | 1010011 | 1001110 | 11100 | 0 | 110 | 1000011 | 10100111 | 10000 | 11100 |
Color Harmonies of #3C534E
Complementary color
Monochromatic Colors of #3C534E
Black with #3C534E
Text Example
Text Example
White with #3C534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C534E; }
p { color: rgb(60,83,78); }
H1.HeaderClassName
{
color: #3C534E;
}
.AnyTagClassName
{
color: #3C534E;
}
</style>
background-color css
<style>
a { background-color: #3C534E; }
a { background-color: rgb(60,83,78); }
div.DivClassName
{
background-color: #3C534E;
}
.BgClassName
{
background-color: #3C534E;
}
</style>
border-color css
<style>
span { border-color: #3C534E; }
span { border-color: rgb(60,83,78); }
td.TdClassName
{
border-color: #3C534E;
}
.TagClassName
{
border-color: #3C534E;
}
</style>