Shades of Corduroy #3B534D
Tints of Corduroy #3B534D
RGB
CMYK
RGB Variations
Color information
#3B534D (or 0x3B534D) is known color: Corduroy. HEX triplet: 3B, 53 and 4D. RGB value is (59,83,77). Sum of RGB (Red+Green+Blue) = 59+83+77=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3B534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B534D is #C4ACB2. Grayscale: #4B4B4B. Windows color (decimal): -12889267 or 5067579. OLE color: 5067579.
HSL color Cylindrical-coordinate representation of color #3B534D: hue angle of 165º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B534D is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 77 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.67 |
| HSL | 165º | 0.17% | 0.28% | - |
| HSV(B) | 165º | 0.29% | 0.33% | - |
| XYZ | 6.24 | 7.65 | 8.17 | - |
| YUV | 75.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 77 | 0.29 | 0 | 0.07 | 0.67 | 165 | 0.17 | 0.28 |
| Hex | 3B | 53 | 4D | 1D | 0 | 7 | 43 | A5 | 11 | 1C |
| Octal | 73 | 123 | 115 | 35 | 0 | 7 | 103 | 245 | 21 | 34 |
| Binary | 111011 | 1010011 | 1001101 | 11101 | 0 | 111 | 1000011 | 10100101 | 10001 | 11100 |
Color Harmonies of #3B534D
Complementary color
Monochromatic Colors of #3B534D
Black with #3B534D
Text Example
Text Example
White with #3B534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B534D; }
p { color: rgb(59,83,77); }
H1.HeaderClassName
{
color: #3B534D;
}
.AnyTagClassName
{
color: #3B534D;
}
</style>
background-color css
<style>
a { background-color: #3B534D; }
a { background-color: rgb(59,83,77); }
div.DivClassName
{
background-color: #3B534D;
}
.BgClassName
{
background-color: #3B534D;
}
</style>
border-color css
<style>
span { border-color: #3B534D; }
span { border-color: rgb(59,83,77); }
td.TdClassName
{
border-color: #3B534D;
}
.TagClassName
{
border-color: #3B534D;
}
</style>