Shades of Corduroy #434D4A
Tints of Corduroy #434D4A
RGB
CMYK
RGB Variations
Color information
#434D4A (or 0x434D4A) is known color: Corduroy. HEX triplet: 43, 4D and 4A. RGB value is (67,77,74). Sum of RGB (Red+Green+Blue) = 67+77+74=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #434D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D4A is #BCB2B5. Grayscale: #494949. Windows color (decimal): -12366518 or 4869443. OLE color: 4869443.
HSL color Cylindrical-coordinate representation of color #434D4A: hue angle of 162º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D4A is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 74 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.70 |
| HSL | 162º | 0.07% | 0.28% | - |
| HSV(B) | 162º | 0.13% | 0.3% | - |
| XYZ | 6.2 | 7 | 7.5 | - |
| YUV | 73.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 74 | 0.13 | 0 | 0.04 | 0.70 | 162 | 0.07 | 0.28 |
| Hex | 43 | 4D | 4A | D | 0 | 4 | 46 | A2 | 7 | 1C |
| Octal | 103 | 115 | 112 | 15 | 0 | 4 | 106 | 242 | 7 | 34 |
| Binary | 1000011 | 1001101 | 1001010 | 1101 | 0 | 100 | 1000110 | 10100010 | 111 | 11100 |
Color Harmonies of #434D4A
Complementary color
Monochromatic Colors of #434D4A
Black with #434D4A
Text Example
Text Example
White with #434D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D4A; }
p { color: rgb(67,77,74); }
H1.HeaderClassName
{
color: #434D4A;
}
.AnyTagClassName
{
color: #434D4A;
}
</style>
background-color css
<style>
a { background-color: #434D4A; }
a { background-color: rgb(67,77,74); }
div.DivClassName
{
background-color: #434D4A;
}
.BgClassName
{
background-color: #434D4A;
}
</style>
border-color css
<style>
span { border-color: #434D4A; }
span { border-color: rgb(67,77,74); }
td.TdClassName
{
border-color: #434D4A;
}
.TagClassName
{
border-color: #434D4A;
}
</style>