Shades of Corduroy #434C4A
Tints of Corduroy #434C4A
RGB
CMYK
RGB Variations
Color information
#434C4A (or 0x434C4A) is known color: Corduroy. HEX triplet: 43, 4C and 4A. RGB value is (67,76,74). Sum of RGB (Red+Green+Blue) = 67+76+74=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 76 - color contains mainly: green. Hex color #434C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C4A is #BCB3B5. Grayscale: #494949. Windows color (decimal): -12366774 or 4869187. OLE color: 4869187.
HSL color Cylindrical-coordinate representation of color #434C4A: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434C4A is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 74 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.70 |
| HSL | 166.67º | 0.06% | 0.28% | - |
| HSV(B) | 166.67º | 0.12% | 0.3% | - |
| XYZ | 6.14 | 6.86 | 7.48 | - |
| YUV | 73.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 74 | 0.12 | 0 | 0.03 | 0.70 | 166.67 | 0.06 | 0.28 |
| Hex | 43 | 4C | 4A | C | 0 | 3 | 46 | A7 | 6 | 1C |
| Octal | 103 | 114 | 112 | 14 | 0 | 3 | 106 | 247 | 6 | 34 |
| Binary | 1000011 | 1001100 | 1001010 | 1100 | 0 | 11 | 1000110 | 10100111 | 110 | 11100 |
Color Harmonies of #434C4A
Complementary color
Monochromatic Colors of #434C4A
Black with #434C4A
Text Example
Text Example
White with #434C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C4A; }
p { color: rgb(67,76,74); }
H1.HeaderClassName
{
color: #434C4A;
}
.AnyTagClassName
{
color: #434C4A;
}
</style>
background-color css
<style>
a { background-color: #434C4A; }
a { background-color: rgb(67,76,74); }
div.DivClassName
{
background-color: #434C4A;
}
.BgClassName
{
background-color: #434C4A;
}
</style>
border-color css
<style>
span { border-color: #434C4A; }
span { border-color: rgb(67,76,74); }
td.TdClassName
{
border-color: #434C4A;
}
.TagClassName
{
border-color: #434C4A;
}
</style>