Shades of Corduroy #3D534E
Tints of Corduroy #3D534E
RGB
CMYK
RGB Variations
Color information
#3D534E (or 0x3D534E) is known color: Corduroy. HEX triplet: 3D, 53 and 4E. RGB value is (61,83,78). Sum of RGB (Red+Green+Blue) = 61+83+78=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D534E is #C2ACB1. Grayscale: #4B4B4B. Windows color (decimal): -12758194 or 5133117. OLE color: 5133117.
HSL color Cylindrical-coordinate representation of color #3D534E: hue angle of 166.36º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D534E is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 78 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.67 |
| HSL | 166.36º | 0.15% | 0.28% | - |
| HSV(B) | 166.36º | 0.27% | 0.33% | - |
| XYZ | 6.39 | 7.73 | 8.36 | - |
| YUV | 75.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 78 | 0.27 | 0 | 0.06 | 0.67 | 166.36 | 0.15 | 0.28 |
| Hex | 3D | 53 | 4E | 1B | 0 | 6 | 43 | A6 | F | 1C |
| Octal | 75 | 123 | 116 | 33 | 0 | 6 | 103 | 246 | 17 | 34 |
| Binary | 111101 | 1010011 | 1001110 | 11011 | 0 | 110 | 1000011 | 10100110 | 1111 | 11100 |
Color Harmonies of #3D534E
Complementary color
Monochromatic Colors of #3D534E
Black with #3D534E
Text Example
Text Example
White with #3D534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D534E; }
p { color: rgb(61,83,78); }
H1.HeaderClassName
{
color: #3D534E;
}
.AnyTagClassName
{
color: #3D534E;
}
</style>
background-color css
<style>
a { background-color: #3D534E; }
a { background-color: rgb(61,83,78); }
div.DivClassName
{
background-color: #3D534E;
}
.BgClassName
{
background-color: #3D534E;
}
</style>
border-color css
<style>
span { border-color: #3D534E; }
span { border-color: rgb(61,83,78); }
td.TdClassName
{
border-color: #3D534E;
}
.TagClassName
{
border-color: #3D534E;
}
</style>