Shades of Corduroy #42534F
Tints of Corduroy #42534F
RGB
CMYK
RGB Variations
Color information
#42534F (or 0x42534F) is known color: Corduroy. HEX triplet: 42, 53 and 4F. RGB value is (66,83,79). Sum of RGB (Red+Green+Blue) = 66+83+79=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #42534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42534F is #BDACB0. Grayscale: #4D4D4D. Windows color (decimal): -12430513 or 5198658. OLE color: 5198658.
HSL color Cylindrical-coordinate representation of color #42534F: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42534F is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 79 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.67 |
| HSL | 165.88º | 0.11% | 0.29% | - |
| HSV(B) | 165.88º | 0.2% | 0.33% | - |
| XYZ | 6.75 | 7.91 | 8.57 | - |
| YUV | 77.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 79 | 0.20 | 0 | 0.05 | 0.67 | 165.88 | 0.11 | 0.29 |
| Hex | 42 | 53 | 4F | 14 | 0 | 5 | 43 | A6 | B | 1D |
| Octal | 102 | 123 | 117 | 24 | 0 | 5 | 103 | 246 | 13 | 35 |
| Binary | 1000010 | 1010011 | 1001111 | 10100 | 0 | 101 | 1000011 | 10100110 | 1011 | 11101 |
Color Harmonies of #42534F
Complementary color
Monochromatic Colors of #42534F
Black with #42534F
Text Example
Text Example
White with #42534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42534F; }
p { color: rgb(66,83,79); }
H1.HeaderClassName
{
color: #42534F;
}
.AnyTagClassName
{
color: #42534F;
}
</style>
background-color css
<style>
a { background-color: #42534F; }
a { background-color: rgb(66,83,79); }
div.DivClassName
{
background-color: #42534F;
}
.BgClassName
{
background-color: #42534F;
}
</style>
border-color css
<style>
span { border-color: #42534F; }
span { border-color: rgb(66,83,79); }
td.TdClassName
{
border-color: #42534F;
}
.TagClassName
{
border-color: #42534F;
}
</style>