Shades of Corduroy #3B544D
Tints of Corduroy #3B544D
RGB
CMYK
RGB Variations
Color information
#3B544D (or 0x3B544D) is known color: Corduroy. HEX triplet: 3B, 54 and 4D. RGB value is (59,84,77). Sum of RGB (Red+Green+Blue) = 59+84+77=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #3B544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B544D is #C4ABB2. Grayscale: #4B4B4B. Windows color (decimal): -12889011 or 5067835. OLE color: 5067835.
HSL color Cylindrical-coordinate representation of color #3B544D: hue angle of 163.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B544D is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 77 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.67 |
| HSL | 163.2º | 0.17% | 0.28% | - |
| HSV(B) | 163.2º | 0.3% | 0.33% | - |
| XYZ | 6.31 | 7.81 | 8.2 | - |
| YUV | 75.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 77 | 0.30 | 0 | 0.08 | 0.67 | 163.2 | 0.17 | 0.28 |
| Hex | 3B | 54 | 4D | 1E | 0 | 8 | 43 | A3 | 11 | 1C |
| Octal | 73 | 124 | 115 | 36 | 0 | 10 | 103 | 243 | 21 | 34 |
| Binary | 111011 | 1010100 | 1001101 | 11110 | 0 | 1000 | 1000011 | 10100011 | 10001 | 11100 |
Color Harmonies of #3B544D
Complementary color
Monochromatic Colors of #3B544D
Black with #3B544D
Text Example
Text Example
White with #3B544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B544D; }
p { color: rgb(59,84,77); }
H1.HeaderClassName
{
color: #3B544D;
}
.AnyTagClassName
{
color: #3B544D;
}
</style>
background-color css
<style>
a { background-color: #3B544D; }
a { background-color: rgb(59,84,77); }
div.DivClassName
{
background-color: #3B544D;
}
.BgClassName
{
background-color: #3B544D;
}
</style>
border-color css
<style>
span { border-color: #3B544D; }
span { border-color: rgb(59,84,77); }
td.TdClassName
{
border-color: #3B544D;
}
.TagClassName
{
border-color: #3B544D;
}
</style>