Shades of Corduroy #3A514A
Tints of Corduroy #3A514A
RGB
CMYK
RGB Variations
Color information
#3A514A (or 0x3A514A) is known color: Corduroy. HEX triplet: 3A, 51 and 4A. RGB value is (58,81,74). Sum of RGB (Red+Green+Blue) = 58+81+74=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #3A514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A514A is #C5AEB5. Grayscale: #494949. Windows color (decimal): -12955318 or 4870458. OLE color: 4870458.
HSL color Cylindrical-coordinate representation of color #3A514A: hue angle of 161.74º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A514A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 74 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.68 |
| HSL | 161.74º | 0.17% | 0.27% | - |
| HSV(B) | 161.74º | 0.28% | 0.32% | - |
| XYZ | 5.92 | 7.28 | 7.57 | - |
| YUV | 73.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 74 | 0.28 | 0 | 0.09 | 0.68 | 161.74 | 0.17 | 0.27 |
| Hex | 3A | 51 | 4A | 1C | 0 | 9 | 44 | A2 | 11 | 1B |
| Octal | 72 | 121 | 112 | 34 | 0 | 11 | 104 | 242 | 21 | 33 |
| Binary | 111010 | 1010001 | 1001010 | 11100 | 0 | 1001 | 1000100 | 10100010 | 10001 | 11011 |
Color Harmonies of #3A514A
Complementary color
Monochromatic Colors of #3A514A
Black with #3A514A
Text Example
Text Example
White with #3A514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A514A; }
p { color: rgb(58,81,74); }
H1.HeaderClassName
{
color: #3A514A;
}
.AnyTagClassName
{
color: #3A514A;
}
</style>
background-color css
<style>
a { background-color: #3A514A; }
a { background-color: rgb(58,81,74); }
div.DivClassName
{
background-color: #3A514A;
}
.BgClassName
{
background-color: #3A514A;
}
</style>
border-color css
<style>
span { border-color: #3A514A; }
span { border-color: rgb(58,81,74); }
td.TdClassName
{
border-color: #3A514A;
}
.TagClassName
{
border-color: #3A514A;
}
</style>