Shades of Corduroy #3B534B
Tints of Corduroy #3B534B
RGB
CMYK
RGB Variations
Color information
#3B534B (or 0x3B534B) is known color: Corduroy. HEX triplet: 3B, 53 and 4B. RGB value is (59,83,75). Sum of RGB (Red+Green+Blue) = 59+83+75=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #3B534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B534B is #C4ACB4. Grayscale: #4A4A4A. Windows color (decimal): -12889269 or 4936507. OLE color: 4936507.
HSL color Cylindrical-coordinate representation of color #3B534B: hue angle of 160º 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 #3B534B is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 75 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.67 |
| HSL | 160º | 0.17% | 0.28% | - |
| HSV(B) | 160º | 0.29% | 0.33% | - |
| XYZ | 6.17 | 7.62 | 7.8 | - |
| YUV | 74.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 75 | 0.29 | 0 | 0.10 | 0.67 | 160 | 0.17 | 0.28 |
| Hex | 3B | 53 | 4B | 1D | 0 | A | 43 | A0 | 11 | 1C |
| Octal | 73 | 123 | 113 | 35 | 0 | 12 | 103 | 240 | 21 | 34 |
| Binary | 111011 | 1010011 | 1001011 | 11101 | 0 | 1010 | 1000011 | 10100000 | 10001 | 11100 |
Color Harmonies of #3B534B
Complementary color
Monochromatic Colors of #3B534B
Black with #3B534B
Text Example
Text Example
White with #3B534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B534B; }
p { color: rgb(59,83,75); }
H1.HeaderClassName
{
color: #3B534B;
}
.AnyTagClassName
{
color: #3B534B;
}
</style>
background-color css
<style>
a { background-color: #3B534B; }
a { background-color: rgb(59,83,75); }
div.DivClassName
{
background-color: #3B534B;
}
.BgClassName
{
background-color: #3B534B;
}
</style>
border-color css
<style>
span { border-color: #3B534B; }
span { border-color: rgb(59,83,75); }
td.TdClassName
{
border-color: #3B534B;
}
.TagClassName
{
border-color: #3B534B;
}
</style>