Shades of Corduroy #42524E
Tints of Corduroy #42524E
RGB
CMYK
RGB Variations
Color information
#42524E (or 0x42524E) is known color: Corduroy. HEX triplet: 42, 52 and 4E. RGB value is (66,82,78). Sum of RGB (Red+Green+Blue) = 66+82+78=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #42524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42524E is #BDADB1. Grayscale: #4C4C4C. Windows color (decimal): -12430770 or 5132866. OLE color: 5132866.
HSL color Cylindrical-coordinate representation of color #42524E: hue angle of 165º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42524E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 78 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.68 |
| HSL | 165º | 0.11% | 0.29% | - |
| HSV(B) | 165º | 0.2% | 0.32% | - |
| XYZ | 6.64 | 7.74 | 8.35 | - |
| YUV | 76.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 78 | 0.20 | 0 | 0.05 | 0.68 | 165 | 0.11 | 0.29 |
| Hex | 42 | 52 | 4E | 14 | 0 | 5 | 44 | A5 | B | 1D |
| Octal | 102 | 122 | 116 | 24 | 0 | 5 | 104 | 245 | 13 | 35 |
| Binary | 1000010 | 1010010 | 1001110 | 10100 | 0 | 101 | 1000100 | 10100101 | 1011 | 11101 |
Color Harmonies of #42524E
Complementary color
Monochromatic Colors of #42524E
Black with #42524E
Text Example
Text Example
White with #42524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42524E; }
p { color: rgb(66,82,78); }
H1.HeaderClassName
{
color: #42524E;
}
.AnyTagClassName
{
color: #42524E;
}
</style>
background-color css
<style>
a { background-color: #42524E; }
a { background-color: rgb(66,82,78); }
div.DivClassName
{
background-color: #42524E;
}
.BgClassName
{
background-color: #42524E;
}
</style>
border-color css
<style>
span { border-color: #42524E; }
span { border-color: rgb(66,82,78); }
td.TdClassName
{
border-color: #42524E;
}
.TagClassName
{
border-color: #42524E;
}
</style>