Shades of Corduroy #434D4B
Tints of Corduroy #434D4B
RGB
CMYK
RGB Variations
Color information
#434D4B (or 0x434D4B) is known color: Corduroy. HEX triplet: 43, 4D and 4B. RGB value is (67,77,75). Sum of RGB (Red+Green+Blue) = 67+77+75=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 77 - color contains mainly: green. Hex color #434D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D4B is #BCB2B4. Grayscale: #494949. Windows color (decimal): -12366517 or 4934979. OLE color: 4934979.
HSL color Cylindrical-coordinate representation of color #434D4B: hue angle of 168º 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 #434D4B is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 75 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.70 |
| HSL | 168º | 0.07% | 0.28% | - |
| HSV(B) | 168º | 0.13% | 0.3% | - |
| XYZ | 6.24 | 7.01 | 7.68 | - |
| YUV | 73.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 75 | 0.13 | 0 | 0.03 | 0.70 | 168 | 0.07 | 0.28 |
| Hex | 43 | 4D | 4B | D | 0 | 3 | 46 | A8 | 7 | 1C |
| Octal | 103 | 115 | 113 | 15 | 0 | 3 | 106 | 250 | 7 | 34 |
| Binary | 1000011 | 1001101 | 1001011 | 1101 | 0 | 11 | 1000110 | 10101000 | 111 | 11100 |
Color Harmonies of #434D4B
Complementary color
Monochromatic Colors of #434D4B
Black with #434D4B
Text Example
Text Example
White with #434D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D4B; }
p { color: rgb(67,77,75); }
H1.HeaderClassName
{
color: #434D4B;
}
.AnyTagClassName
{
color: #434D4B;
}
</style>
background-color css
<style>
a { background-color: #434D4B; }
a { background-color: rgb(67,77,75); }
div.DivClassName
{
background-color: #434D4B;
}
.BgClassName
{
background-color: #434D4B;
}
</style>
border-color css
<style>
span { border-color: #434D4B; }
span { border-color: rgb(67,77,75); }
td.TdClassName
{
border-color: #434D4B;
}
.TagClassName
{
border-color: #434D4B;
}
</style>