Shades of Corduroy #354D46
Tints of Corduroy #354D46
RGB
CMYK
RGB Variations
Color information
#354D46 (or 0x354D46) is known color: Corduroy. HEX triplet: 35, 4D and 46. RGB value is (53,77,70). Sum of RGB (Red+Green+Blue) = 53+77+70=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 77 - color contains mainly: green. Hex color #354D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D46 is #CAB2B9. Grayscale: #454545. Windows color (decimal): -13284026 or 4607285. OLE color: 4607285.
HSL color Cylindrical-coordinate representation of color #354D46: hue angle of 162.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D46 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 70 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.70 |
| HSL | 162.5º | 0.18% | 0.25% | - |
| HSV(B) | 162.5º | 0.31% | 0.3% | - |
| XYZ | 5.23 | 6.51 | 6.77 | - |
| YUV | 69.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 70 | 0.31 | 0 | 0.09 | 0.70 | 162.5 | 0.18 | 0.25 |
| Hex | 35 | 4D | 46 | 1F | 0 | 9 | 46 | A2 | 12 | 19 |
| Octal | 65 | 115 | 106 | 37 | 0 | 11 | 106 | 242 | 22 | 31 |
| Binary | 110101 | 1001101 | 1000110 | 11111 | 0 | 1001 | 1000110 | 10100010 | 10010 | 11001 |
Color Harmonies of #354D46
Complementary color
Monochromatic Colors of #354D46
Black with #354D46
Text Example
Text Example
White with #354D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D46; }
p { color: rgb(53,77,70); }
H1.HeaderClassName
{
color: #354D46;
}
.AnyTagClassName
{
color: #354D46;
}
</style>
background-color css
<style>
a { background-color: #354D46; }
a { background-color: rgb(53,77,70); }
div.DivClassName
{
background-color: #354D46;
}
.BgClassName
{
background-color: #354D46;
}
</style>
border-color css
<style>
span { border-color: #354D46; }
span { border-color: rgb(53,77,70); }
td.TdClassName
{
border-color: #354D46;
}
.TagClassName
{
border-color: #354D46;
}
</style>