Shades of Corduroy #3D534C
Tints of Corduroy #3D534C
RGB
CMYK
RGB Variations
Color information
#3D534C (or 0x3D534C) is known color: Corduroy. HEX triplet: 3D, 53 and 4C. RGB value is (61,83,76). Sum of RGB (Red+Green+Blue) = 61+83+76=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D534C is #C2ACB3. Grayscale: #4B4B4B. Windows color (decimal): -12758196 or 5002045. OLE color: 5002045.
HSL color Cylindrical-coordinate representation of color #3D534C: hue angle of 160.91º 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 #3D534C is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 76 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.67 |
| HSL | 160.91º | 0.15% | 0.28% | - |
| HSV(B) | 160.91º | 0.27% | 0.33% | - |
| XYZ | 6.32 | 7.7 | 7.99 | - |
| YUV | 75.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 76 | 0.27 | 0 | 0.08 | 0.67 | 160.91 | 0.15 | 0.28 |
| Hex | 3D | 53 | 4C | 1B | 0 | 8 | 43 | A1 | F | 1C |
| Octal | 75 | 123 | 114 | 33 | 0 | 10 | 103 | 241 | 17 | 34 |
| Binary | 111101 | 1010011 | 1001100 | 11011 | 0 | 1000 | 1000011 | 10100001 | 1111 | 11100 |
Color Harmonies of #3D534C
Complementary color
Monochromatic Colors of #3D534C
Black with #3D534C
Text Example
Text Example
White with #3D534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D534C; }
p { color: rgb(61,83,76); }
H1.HeaderClassName
{
color: #3D534C;
}
.AnyTagClassName
{
color: #3D534C;
}
</style>
background-color css
<style>
a { background-color: #3D534C; }
a { background-color: rgb(61,83,76); }
div.DivClassName
{
background-color: #3D534C;
}
.BgClassName
{
background-color: #3D534C;
}
</style>
border-color css
<style>
span { border-color: #3D534C; }
span { border-color: rgb(61,83,76); }
td.TdClassName
{
border-color: #3D534C;
}
.TagClassName
{
border-color: #3D534C;
}
</style>