Shades of Corduroy #434F4C
Tints of Corduroy #434F4C
RGB
CMYK
RGB Variations
Color information
#434F4C (or 0x434F4C) is known color: Corduroy. HEX triplet: 43, 4F and 4C. RGB value is (67,79,76). Sum of RGB (Red+Green+Blue) = 67+79+76=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 79 - color contains mainly: green. Hex color #434F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434F4C is #BCB0B3. Grayscale: #4B4B4B. Windows color (decimal): -12366004 or 5001027. OLE color: 5001027.
HSL color Cylindrical-coordinate representation of color #434F4C: hue angle of 165º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #434F4C is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 79 | 76 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.69 |
| HSL | 165º | 0.08% | 0.29% | - |
| HSV(B) | 165º | 0.15% | 0.31% | - |
| XYZ | 6.42 | 7.31 | 7.91 | - |
| YUV | 75.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 76 | 0.15 | 0 | 0.04 | 0.69 | 165 | 0.08 | 0.29 |
| Hex | 43 | 4F | 4C | F | 0 | 4 | 45 | A5 | 8 | 1D |
| Octal | 103 | 117 | 114 | 17 | 0 | 4 | 105 | 245 | 10 | 35 |
| Binary | 1000011 | 1001111 | 1001100 | 1111 | 0 | 100 | 1000101 | 10100101 | 1000 | 11101 |
Color Harmonies of #434F4C
Complementary color
Monochromatic Colors of #434F4C
Black with #434F4C
Text Example
Text Example
White with #434F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F4C; }
p { color: rgb(67,79,76); }
H1.HeaderClassName
{
color: #434F4C;
}
.AnyTagClassName
{
color: #434F4C;
}
</style>
background-color css
<style>
a { background-color: #434F4C; }
a { background-color: rgb(67,79,76); }
div.DivClassName
{
background-color: #434F4C;
}
.BgClassName
{
background-color: #434F4C;
}
</style>
border-color css
<style>
span { border-color: #434F4C; }
span { border-color: rgb(67,79,76); }
td.TdClassName
{
border-color: #434F4C;
}
.TagClassName
{
border-color: #434F4C;
}
</style>