Shades of Corduroy #3B534A
Tints of Corduroy #3B534A
RGB
CMYK
RGB Variations
Color information
#3B534A (or 0x3B534A) is known color: Corduroy. HEX triplet: 3B, 53 and 4A. RGB value is (59,83,74). Sum of RGB (Red+Green+Blue) = 59+83+74=216 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.31% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #3B534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B534A is #C4ACB5. Grayscale: #4A4A4A. Windows color (decimal): -12889270 or 4870971. OLE color: 4870971.
HSL color Cylindrical-coordinate representation of color #3B534A: hue angle of 157.5º 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 #3B534A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 74 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.67 |
| HSL | 157.5º | 0.17% | 0.28% | - |
| HSV(B) | 157.5º | 0.29% | 0.33% | - |
| XYZ | 6.13 | 7.61 | 7.62 | - |
| YUV | 74.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 74 | 0.29 | 0 | 0.11 | 0.67 | 157.5 | 0.17 | 0.28 |
| Hex | 3B | 53 | 4A | 1D | 0 | B | 43 | 9E | 11 | 1C |
| Octal | 73 | 123 | 112 | 35 | 0 | 13 | 103 | 236 | 21 | 34 |
| Binary | 111011 | 1010011 | 1001010 | 11101 | 0 | 1011 | 1000011 | 10011110 | 10001 | 11100 |
Color Harmonies of #3B534A
Complementary color
Monochromatic Colors of #3B534A
Black with #3B534A
Text Example
Text Example
White with #3B534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B534A; }
p { color: rgb(59,83,74); }
H1.HeaderClassName
{
color: #3B534A;
}
.AnyTagClassName
{
color: #3B534A;
}
</style>
background-color css
<style>
a { background-color: #3B534A; }
a { background-color: rgb(59,83,74); }
div.DivClassName
{
background-color: #3B534A;
}
.BgClassName
{
background-color: #3B534A;
}
</style>
border-color css
<style>
span { border-color: #3B534A; }
span { border-color: rgb(59,83,74); }
td.TdClassName
{
border-color: #3B534A;
}
.TagClassName
{
border-color: #3B534A;
}
</style>