Shades of Corduroy #3B524D
Tints of Corduroy #3B524D
RGB
CMYK
RGB Variations
Color information
#3B524D (or 0x3B524D) is known color: Corduroy. HEX triplet: 3B, 52 and 4D. RGB value is (59,82,77). Sum of RGB (Red+Green+Blue) = 59+82+77=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #3B524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B524D is #C4ADB2. Grayscale: #4A4A4A. Windows color (decimal): -12889523 or 5067323. OLE color: 5067323.
HSL color Cylindrical-coordinate representation of color #3B524D: hue angle of 166.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B524D is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 82 | 77 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.68 |
| HSL | 166.96º | 0.16% | 0.28% | - |
| HSV(B) | 166.96º | 0.28% | 0.32% | - |
| XYZ | 6.16 | 7.5 | 8.14 | - |
| YUV | 74.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 77 | 0.28 | 0 | 0.06 | 0.68 | 166.96 | 0.16 | 0.28 |
| Hex | 3B | 52 | 4D | 1C | 0 | 6 | 44 | A7 | 10 | 1C |
| Octal | 73 | 122 | 115 | 34 | 0 | 6 | 104 | 247 | 20 | 34 |
| Binary | 111011 | 1010010 | 1001101 | 11100 | 0 | 110 | 1000100 | 10100111 | 10000 | 11100 |
Color Harmonies of #3B524D
Complementary color
Monochromatic Colors of #3B524D
Black with #3B524D
Text Example
Text Example
White with #3B524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B524D; }
p { color: rgb(59,82,77); }
H1.HeaderClassName
{
color: #3B524D;
}
.AnyTagClassName
{
color: #3B524D;
}
</style>
background-color css
<style>
a { background-color: #3B524D; }
a { background-color: rgb(59,82,77); }
div.DivClassName
{
background-color: #3B524D;
}
.BgClassName
{
background-color: #3B524D;
}
</style>
border-color css
<style>
span { border-color: #3B524D; }
span { border-color: rgb(59,82,77); }
td.TdClassName
{
border-color: #3B524D;
}
.TagClassName
{
border-color: #3B524D;
}
</style>