Shades of Corduroy #3B4D45
Tints of Corduroy #3B4D45
RGB
CMYK
RGB Variations
Color information
#3B4D45 (or 0x3B4D45) is known color: Corduroy. HEX triplet: 3B, 4D and 45. RGB value is (59,77,69). Sum of RGB (Red+Green+Blue) = 59+77+69=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D45 is #C4B2BA. Grayscale: #464646. Windows color (decimal): -12890811 or 4541755. OLE color: 4541755.
HSL color Cylindrical-coordinate representation of color #3B4D45: hue angle of 153.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B4D45 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 77 | 69 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.70 |
| HSL | 153.33º | 0.13% | 0.27% | - |
| HSV(B) | 153.33º | 0.23% | 0.3% | - |
| XYZ | 5.53 | 6.67 | 6.63 | - |
| YUV | 70.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 69 | 0.23 | 0 | 0.10 | 0.70 | 153.33 | 0.13 | 0.27 |
| Hex | 3B | 4D | 45 | 17 | 0 | A | 46 | 99 | D | 1B |
| Octal | 73 | 115 | 105 | 27 | 0 | 12 | 106 | 231 | 15 | 33 |
| Binary | 111011 | 1001101 | 1000101 | 10111 | 0 | 1010 | 1000110 | 10011001 | 1101 | 11011 |
Color Harmonies of #3B4D45
Complementary color
Monochromatic Colors of #3B4D45
Black with #3B4D45
Text Example
Text Example
White with #3B4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D45; }
p { color: rgb(59,77,69); }
H1.HeaderClassName
{
color: #3B4D45;
}
.AnyTagClassName
{
color: #3B4D45;
}
</style>
background-color css
<style>
a { background-color: #3B4D45; }
a { background-color: rgb(59,77,69); }
div.DivClassName
{
background-color: #3B4D45;
}
.BgClassName
{
background-color: #3B4D45;
}
</style>
border-color css
<style>
span { border-color: #3B4D45; }
span { border-color: rgb(59,77,69); }
td.TdClassName
{
border-color: #3B4D45;
}
.TagClassName
{
border-color: #3B4D45;
}
</style>