Shades of Corduroy #3A4844
Tints of Corduroy #3A4844
RGB
CMYK
RGB Variations
Color information
#3A4844 (or 0x3A4844) is known color: Corduroy. HEX triplet: 3A, 48 and 44. RGB value is (58,72,68). Sum of RGB (Red+Green+Blue) = 58+72+68=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4844 is #C5B7BB. Grayscale: #434343. Windows color (decimal): -12957628 or 4474938. OLE color: 4474938.
HSL color Cylindrical-coordinate representation of color #3A4844: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4844 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 72 | 68 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.72 |
| HSL | 162.86º | 0.11% | 0.25% | - |
| HSV(B) | 162.86º | 0.19% | 0.28% | - |
| XYZ | 5.11 | 5.95 | 6.35 | - |
| YUV | 67.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 68 | 0.19 | 0 | 0.06 | 0.72 | 162.86 | 0.11 | 0.25 |
| Hex | 3A | 48 | 44 | 13 | 0 | 6 | 48 | A3 | B | 19 |
| Octal | 72 | 110 | 104 | 23 | 0 | 6 | 110 | 243 | 13 | 31 |
| Binary | 111010 | 1001000 | 1000100 | 10011 | 0 | 110 | 1001000 | 10100011 | 1011 | 11001 |
Color Harmonies of #3A4844
Complementary color
Monochromatic Colors of #3A4844
Black with #3A4844
Text Example
Text Example
White with #3A4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4844; }
p { color: rgb(58,72,68); }
H1.HeaderClassName
{
color: #3A4844;
}
.AnyTagClassName
{
color: #3A4844;
}
</style>
background-color css
<style>
a { background-color: #3A4844; }
a { background-color: rgb(58,72,68); }
div.DivClassName
{
background-color: #3A4844;
}
.BgClassName
{
background-color: #3A4844;
}
</style>
border-color css
<style>
span { border-color: #3A4844; }
span { border-color: rgb(58,72,68); }
td.TdClassName
{
border-color: #3A4844;
}
.TagClassName
{
border-color: #3A4844;
}
</style>