Shades of Corduroy #3A524B
Tints of Corduroy #3A524B
RGB
CMYK
RGB Variations
Color information
#3A524B (or 0x3A524B) is known color: Corduroy. HEX triplet: 3A, 52 and 4B. RGB value is (58,82,75). Sum of RGB (Red+Green+Blue) = 58+82+75=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #3A524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A524B is #C5ADB4. Grayscale: #4A4A4A. Windows color (decimal): -12955061 or 4936250. OLE color: 4936250.
HSL color Cylindrical-coordinate representation of color #3A524B: hue angle of 162.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A524B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 75 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.68 |
| HSL | 162.5º | 0.17% | 0.27% | - |
| HSV(B) | 162.5º | 0.29% | 0.32% | - |
| XYZ | 6.03 | 7.44 | 7.78 | - |
| YUV | 74.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 75 | 0.29 | 0 | 0.09 | 0.68 | 162.5 | 0.17 | 0.27 |
| Hex | 3A | 52 | 4B | 1D | 0 | 9 | 44 | A2 | 11 | 1B |
| Octal | 72 | 122 | 113 | 35 | 0 | 11 | 104 | 242 | 21 | 33 |
| Binary | 111010 | 1010010 | 1001011 | 11101 | 0 | 1001 | 1000100 | 10100010 | 10001 | 11011 |
Color Harmonies of #3A524B
Complementary color
Monochromatic Colors of #3A524B
Black with #3A524B
Text Example
Text Example
White with #3A524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A524B; }
p { color: rgb(58,82,75); }
H1.HeaderClassName
{
color: #3A524B;
}
.AnyTagClassName
{
color: #3A524B;
}
</style>
background-color css
<style>
a { background-color: #3A524B; }
a { background-color: rgb(58,82,75); }
div.DivClassName
{
background-color: #3A524B;
}
.BgClassName
{
background-color: #3A524B;
}
</style>
border-color css
<style>
span { border-color: #3A524B; }
span { border-color: rgb(58,82,75); }
td.TdClassName
{
border-color: #3A524B;
}
.TagClassName
{
border-color: #3A524B;
}
</style>